From fe78edcda4deccd49d6a156f9aac6c81fdc7974c Mon Sep 17 00:00:00 2001 From: Daniele Conventi Date: Fri, 26 Aug 2016 16:05:43 +0200 Subject: [PATCH] Removed log --- realize/watcher.go | 1 - 1 file changed, 1 deletion(-) diff --git a/realize/watcher.go b/realize/watcher.go index 4006706..a962dea 100644 --- a/realize/watcher.go +++ b/realize/watcher.go @@ -41,7 +41,6 @@ func (h *Config) Watch() error { // Fast method run a project from his working directory without makes a config file func (h *Config) Fast(params *cli.Context) error { - log.Println(h.Projects[0]) fast := h.Projects[0] // Takes the values from config if wd path match with someone else if params.Bool("config") {