From 6a1c0552889ab48ef195741dba5e76b7c09f5ace Mon Sep 17 00:00:00 2001 From: filoozom Date: Tue, 4 Mar 2014 15:02:26 +0100 Subject: [PATCH] Delete comment in config.go --- cmd/syncthing/config.go | 1 - 1 file changed, 1 deletion(-) 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 }