summaryrefslogtreecommitdiff
path: root/findNext.go
diff options
context:
space:
mode:
Diffstat (limited to 'findNext.go')
-rw-r--r--findNext.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/findNext.go b/findNext.go
index 17a7fa0..bc2ac7b 100644
--- a/findNext.go
+++ b/findNext.go
@@ -132,17 +132,6 @@ func findNext() bool {
log.Info("findNext() skipping dirty")
continue
}
- /*
- if findFix {
- log.Info("findFix is true. running fixGoDeps()")
- if fixGodeps(check) {
- log.Info("fixGoDeps() returned true")
- } else {
- log.Info("fixGoDeps() returned false")
- }
-
- }
- */
findCounter += 1
if !check.ParseGoSum() {
log.Info("ParseGoSum() failed")