Removed log

This commit is contained in:
Daniele Conventi 2016-08-26 16:05:43 +02:00
parent deab7b717d
commit fe78edcda4
1 changed files with 0 additions and 1 deletions

View File

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