From db1ec731bd9266315f32597564fb41562f4ae537 Mon Sep 17 00:00:00 2001 From: bertl4398 Date: Fri, 17 Aug 2018 21:26:55 +0200 Subject: [PATCH] fix missing import --- wtf/colors.go | 1 - 1 file changed, 1 deletion(-) diff --git a/wtf/colors.go b/wtf/colors.go index befb20cf..47befef7 100644 --- a/wtf/colors.go +++ b/wtf/colors.go @@ -435,7 +435,6 @@ func replaceWithHexColorString(substring string) string { colorID, err := strconv.Atoi(strings.Trim( strings.Split(substring, ";")[2], "m")) if err != nil { - fmt.Println("ERROR", err) return substring }