Delete comment in config.go

This commit is contained in:
filoozom 2014-03-04 15:02:26 +01:00
parent b9ec30ebdb
commit 6a1c055288
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ func setDefaults(data interface{}, setEmptySlices bool) error {
v := tag.Get("default")
if len(v) > 0 {
if f.Kind().String() == "slice" && f.Len() != 0 {
fmt.Println(f.Type(), f.Type().Kind().String(), f.Len())
continue
}