summaryrefslogtreecommitdiff
path: root/doListRepos.go
diff options
context:
space:
mode:
Diffstat (limited to 'doListRepos.go')
-rw-r--r--doListRepos.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/doListRepos.go b/doListRepos.go
index 17f6a64..7534f28 100644
--- a/doListRepos.go
+++ b/doListRepos.go
@@ -26,7 +26,6 @@ func doListRepos() {
// ignore read only stuff
continue
}
- log.Info("doListRepos() START", check.FullPath)
// var cmd []string
var start string
@@ -88,6 +87,5 @@ func doListRepos() {
// err := fmt.Sprintf("name is blank error %+v", repo)
log.Warn("name is blank error", check.GetGoPath())
}
- log.Info("doListRepos() END", check.FullPath)
}
}