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