aboutsummaryrefslogtreecommitdiff
path: root/ui/widget/color.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/widget/color.go')
-rw-r--r--ui/widget/color.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/widget/color.go b/ui/widget/color.go
index c46377a..e2c2b68 100644
--- a/ui/widget/color.go
+++ b/ui/widget/color.go
@@ -21,7 +21,6 @@ import (
"hash/fnv"
"sort"
- "maunium.net/go/gomuks/debug"
"maunium.net/go/tcell"
)
@@ -52,7 +51,6 @@ func init() {
// <-- = red
// --- = yellow
func GetHashColorName(s string) string {
- debug.Print("Getting color for", s)
switch s {
case "-->":
return "green"