commit | 770890fb156e3654a3aaa7e696971f7e5a73df4a | [log] [tgz] |
---|---|---|
author | Asdine El Hrychy <asdine.elhrychy@gmail.com> | Sun Aug 31 17:51:20 2014 +0200 |
committer | spf13 <steve.francia@gmail.com> | Mon Sep 08 12:16:11 2014 -0400 |
tree | 0030de244dc5830e6977ec605b61028d5afa9d0f | |
parent | 075c75a269b900daf94ae64c61662cba32b50817 [diff] |
Removed forgotten fmt.Println("here")
diff --git a/caste.go b/caste.go index f4382c2..d8b1aa9 100644 --- a/caste.go +++ b/caste.go
@@ -188,7 +188,6 @@ switch v := i.(type) { case []interface{}: - fmt.Println("here") for _, u := range v { s = append(s, u) }