From d38b125fb7dfc2d797b6bc7c5aeb9a9a90980d1e Mon Sep 17 00:00:00 2001 From: Drasko DRASKOVIC Date: Sun, 2 Oct 2016 22:57:06 +0200 Subject: [PATCH] Remove print of config Signed-off-by: Drasko DRASKOVIC --- config/config.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/config.go b/config/config.go index addbfdb0..79406cf4 100644 --- a/config/config.go +++ b/config/config.go @@ -53,6 +53,4 @@ func (cfg *Config) Parse() { // handle error fmt.Println("Error parsing Toml") } - - fmt.Println(cfg) }