summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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