diff --git a/shell.go b/shell.go index aff56ef..15f5937 100644 --- a/shell.go +++ b/shell.go @@ -137,7 +137,7 @@ func (repo *Repo) RunStrictAll(all [][]string) (*cmd.Status, error) { } func (repo *Repo) RunVerbose(cmd []string) error { - log.Info("EXEC Running:", repo.GetGoPath(), cmd) + // log.Info("EXEC Running:", repo.GetGoPath(), cmd) err := shell.PathExecVerbose(repo.GetFullPath(), cmd) if err != nil { log.Info("Error", cmd, err)