From b17ff318c26aecdcf2c6719ed5b0872be5254c44 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 18 Apr 2018 18:35:24 +0300 Subject: Disconnect UI from main Gomuks struct. Fixes #21 --- ui/widget/color.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'ui/widget') 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" -- cgit v1.2.3-70-g09d2