Removed forgotten fmt.Println("here")

This commit is contained in:
Asdine El Hrychy 2014-08-31 17:51:20 +02:00
parent 99f1223ff6
commit ebd41ce10d
1 changed files with 0 additions and 1 deletions

View File

@ -186,7 +186,6 @@ func ToSliceE(i interface{}) ([]interface{}, error) {
switch v := i.(type) { switch v := i.(type) {
case []interface{}: case []interface{}:
fmt.Println("here")
for _, u := range v { for _, u := range v {
s = append(s, u) s = append(s, u)
} }