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) }