Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Apr 14, 2022
1 parent 56abdb7 commit f5e72bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions osc52.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"encoding/base64"
"fmt"
"io"
"log"
"os"
"strings"
)
Expand Down Expand Up @@ -63,7 +62,6 @@ func (o *Output) Copy(str string) {
case strings.HasPrefix(term, "kitty"):
mode = "kitty"
}
log.Printf("mode: %s", mode)

switch mode {
case "default":
Expand Down

0 comments on commit f5e72bd

Please sign in to comment.