Skip to content

Commit

Permalink
chore: remove useless print
Browse files Browse the repository at this point in the history
  • Loading branch information
TacoCake committed Nov 8, 2024
1 parent 76bbc7a commit 1920cfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion notify_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
func isAppIconRelative(appIcon string) bool {
for _, char := range appIcon {
if char == '\\' || char == '.' || char == '/' {
println(char)
return true
}
}
Expand Down

0 comments on commit 1920cfc

Please sign in to comment.