From 98a3876a6be119bc6fdd7b2bb1493935c10e4712 Mon Sep 17 00:00:00 2001 From: alessio Date: Sun, 31 Jul 2016 16:38:08 +0200 Subject: [PATCH] removed fmt --- realize/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/realize/config.go b/realize/config.go index 5690b3b..9eb3f64 100644 --- a/realize/config.go +++ b/realize/config.go @@ -89,7 +89,6 @@ func (h *Config) Clean() { // Check, Read and remove duplicates from the config file func (h *Config) Read() error{ if file, err := ioutil.ReadFile(h.file); err == nil{ - fmt.Println(len(h.Projects)) if len(h.Projects) > 0 { err = yaml.Unmarshal(file, h) if err == nil {