summaryrefslogtreecommitdiff
path: root/exit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-05 06:12:15 -0500
committerJeff Carr <[email protected]>2025-10-05 06:12:15 -0500
commit0d660048bdab42c9ed279181b89b9f55a6cd49da (patch)
treeec2307e5a7a8eafe996b270f5b30a254749218cc /exit.go
parent4fcacb21d72ee64c36a46831ba316f36b84fb43c (diff)
s/gopath/namespace/v0.1.15
Diffstat (limited to 'exit.go')
-rw-r--r--exit.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/exit.go b/exit.go
index a611bb8..6010a2e 100644
--- a/exit.go
+++ b/exit.go
@@ -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)
}