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") {