summaryrefslogtreecommitdiff
path: root/findNext.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-28 11:36:06 -0600
committerJeff Carr <[email protected]>2025-01-28 11:36:06 -0600
commit2d118d3ae7399c435f8327c8fcee8240824d8edd (patch)
treef7c0dc79c127408e3b9334aa4eae58a6934ac1cd /findNext.go
parent0ec680f2c3264d7121bb60a298e2c495a9709d4f (diff)
worked pretty well last releasev0.23.34v0.23.33
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")