Removed log
This commit is contained in:
parent
deab7b717d
commit
fe78edcda4
|
@ -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") {
|
||||
|
|
Loading…
Reference in New Issue