Removed forgotten fmt.Println("here")

This commit is contained in:
Asdine El Hrychy 2014-08-31 17:51:20 +02:00 committed by Abhi Agarwal
parent 211a300832
commit 476d66eae2

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