From d2be431d82f5b556addfc473346a02738c207f69 Mon Sep 17 00:00:00 2001 From: alessio Date: Fri, 14 Oct 2016 10:50:07 +0200 Subject: [PATCH] log removed --- cli/watcher.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cli/watcher.go b/cli/watcher.go index cffc98f..a05f54d 100644 --- a/cli/watcher.go +++ b/cli/watcher.go @@ -17,9 +17,6 @@ import ( // Watching method is the main core. It manages the livereload and the watching func (p *Project) watching() { - - log.Println(p) - var wr sync.WaitGroup var watcher *fsnotify.Watcher