Skip to content

Commit

Permalink
chore: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Dec 1, 2023
1 parent 266d35e commit 4157197
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ require (
github.com/btcsuite/btcd/btcutil v1.1.3
github.com/cespare/xxhash v1.1.0
github.com/chai2010/webp v1.1.1
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
github.com/dgraph-io/ristretto v0.1.1
github.com/felixge/fgprof v0.9.3
github.com/finnbear/moderation v0.11.4
Expand Down Expand Up @@ -85,6 +84,7 @@ require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/containerd/console v1.0.3 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
Expand Down
3 changes: 0 additions & 3 deletions validation/validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (
"github.com/Masterminds/semver/v3"
"github.com/Vilsol/slox"
"github.com/avast/retry-go"
"github.com/davecgh/go-spew/spew"
"github.com/pkg/errors"
"github.com/spf13/viper"
"github.com/xeipuuv/gojsonschema"
Expand Down Expand Up @@ -200,8 +199,6 @@ func ExtractModInfo(ctx context.Context, body []byte, withMetadata bool, withVal
if errors.Is(err, io.EOF) || err == io.EOF {
break
}
spew.Config.DisablePointerMethods = false
spew.Dump(err)
return fmt.Errorf("failed reading parser stream: %w", err)
}

Expand Down

0 comments on commit 4157197

Please sign in to comment.