From 2d118d3ae7399c435f8327c8fcee8240824d8edd Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 28 Jan 2025 11:36:06 -0600 Subject: worked pretty well last release --- findNext.go | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'findNext.go') 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") -- cgit v1.2.3