diff --git a/cmd/syncthing/config.go b/cmd/syncthing/config.go index 8715f1f93..503b77ad1 100644 --- a/cmd/syncthing/config.go +++ b/cmd/syncthing/config.go @@ -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 }