From 770890fb156e3654a3aaa7e696971f7e5a73df4a 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 f4382c2..d8b1aa9 100644 --- a/caste.go +++ b/caste.go @@ -188,7 +188,6 @@ func ToSliceE(i interface{}) ([]interface{}, error) { switch v := i.(type) { case []interface{}: - fmt.Println("here") for _, u := range v { s = append(s, u) }