Skip to content

Commit

Permalink
remove debug spew call
Browse files Browse the repository at this point in the history
  • Loading branch information
blotus committed Dec 9, 2024
1 parent 3eac4ae commit 3a34d3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/apiserver/papi_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"fmt"
"time"

"github.com/davecgh/go-spew/spew"
"github.com/go-openapi/strfmt"
log "github.com/sirupsen/logrus"

Expand Down Expand Up @@ -211,7 +210,6 @@ func ManagementCmd(message *Message, p *Papi, sync bool) error {
if err != nil {
return err
}
spew.Dump(message)

forcePullMsg := forcePull{}

Expand Down

0 comments on commit 3a34d3a

Please sign in to comment.