something also simple

This commit is contained in:
Jeff Carr 2025-08-20 00:01:29 -05:00
parent 1ead02a6d3
commit f08a517bc4
1 changed files with 1 additions and 1 deletions

View File

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