From ebd41ce10dbdf0f065b81f56713424d6e140825b Mon Sep 17 00:00:00 2001 From: Asdine El Hrychy Date: Sun, 31 Aug 2014 17:51:20 +0200 Subject: [PATCH] Removed forgotten fmt.Println("here") --- caste.go | 1 - 1 file changed, 1 deletion(-) diff --git a/caste.go b/caste.go index 78c6a9e..8b42589 100644 --- a/caste.go +++ b/caste.go @@ -186,7 +186,6 @@ func ToSliceE(i interface{}) ([]interface{}, error) { switch v := i.(type) { case []interface{}: - fmt.Println("here") for _, u := range v { s = append(s, u) }