remote output

This commit is contained in:
Jeff Carr 2025-01-29 00:44:53 -06:00
parent 098c7d3771
commit 0146183226
1 changed files with 1 additions and 1 deletions

View File

@ -43,6 +43,6 @@ func ExecCheck(args []string) error {
log.Info("ExecCheck() err", err) log.Info("ExecCheck() err", err)
return err return err
} }
log.Info("ExecCheck() nil") // log.Info("ExecCheck() nil")
return nil return nil
} }