diff options
| author | Jeff Carr <[email protected]> | 2025-01-30 02:24:47 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-30 02:24:47 -0600 |
| commit | 387f69631bacb449372406ea49af3b42f43fdb46 (patch) | |
| tree | fcd1071609b11f5462aaca5f42ade14d8460db3c /goDep.parseGoSum.go | |
| parent | 57e38ee8ce56ba494c049a1dd10abb6c72fb1ca2 (diff) | |
trying to fix user create branchv0.0.68
Diffstat (limited to 'goDep.parseGoSum.go')
| -rw-r--r-- | goDep.parseGoSum.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/goDep.parseGoSum.go b/goDep.parseGoSum.go index 0008e9b..14bc319 100644 --- a/goDep.parseGoSum.go +++ b/goDep.parseGoSum.go @@ -21,8 +21,8 @@ func (repo *Repo) ParseGoSum() bool { // that means, there is not a go.sum file // because the package is completely self contained! if err := repo.setPrimitive(); err != nil { - // temporarily enabled this - log.Info("gitpb.ParseGoSum()", err) + // temporarily enabled this. this is really noisy + // log.Info("gitpb.ParseGoSum()", err) return false } if repo.GetGoPrimitive() { |
