diff options
Diffstat (limited to 'exit.go')
| -rw-r--r-- | exit.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -47,7 +47,6 @@ func okExit(thing string) { if thing != "" { log.Info(thing, "ok") } - // log.Info("Finished go-clean on", check.GetGoPath(), "ok") os.Exit(0) } |
