Removed forgotten fmt.Println("here")

This commit is contained in:
Asdine El Hrychy 2014-08-31 17:51:20 +02:00 committed by spf13
parent 075c75a269
commit 770890fb15
1 changed files with 0 additions and 1 deletions

View File

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