Skip to content

Commit

Permalink
remove spew
Browse files Browse the repository at this point in the history
  • Loading branch information
pansbro12 committed Nov 5, 2024
1 parent 473d7f1 commit cb9ed0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"net/http"
"time"

"github.com/davecgh/go-spew/spew"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
)
Expand Down
1 change: 0 additions & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ func TestCastle_Filter(t *testing.T) {
assert.True(t, ok)

err = json.NewDecoder(r.Body).Decode(reqData)
spew.Dump(reqData)
require.NoError(t, err)

assert.Equal(t, castle.EventTypeLogin, reqData.Type)
Expand Down

0 comments on commit cb9ed0b

Please sign in to comment.