summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-22 04:52:34 -0600
committerJeff Carr <[email protected]>2025-02-22 04:52:34 -0600
commit6eb37f63f2379bfe9e5ee308ed1a359f3f78178c (patch)
treee80dab586ea1303677256aeec1565082692955bd /main.go
parent79178228b3113ed770cf0325aeea8acdc67c392f (diff)
rm old code
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/main.go b/main.go
index b9d4004..e558cc0 100644
--- a/main.go
+++ b/main.go
@@ -104,12 +104,6 @@ func main() {
log.Info("only looking at repo:", argv.Clean.Repo)
okExit("")
}
- if argv.Clean.Examine != nil {
- if err := doExamine(); err != nil {
- badExit(err)
- }
- okExit("")
- }
if argv.Clean.GitReset != nil {
findAll() // select all the repos