diff options
| author | Jeff Carr <[email protected]> | 2025-01-28 11:36:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-28 11:36:06 -0600 |
| commit | 2d118d3ae7399c435f8327c8fcee8240824d8edd (patch) | |
| tree | f7c0dc79c127408e3b9334aa4eae58a6934ac1cd /findNext.go | |
| parent | 0ec680f2c3264d7121bb60a298e2c495a9709d4f (diff) | |
Diffstat (limited to 'findNext.go')
| -rw-r--r-- | findNext.go | 11 |
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") |
