Remove spew.Dump leftovers
This commit is contained in:
parent
e8212ec8ff
commit
51d8fbcbb4
@ -161,6 +161,4 @@ func TestDecodeKV_WithFinalTag(t *testing.T) {
|
||||
"isFinal": types.JSONText(`{"Foo":"final42","Sub":{"SubFoo":42}}`),
|
||||
}
|
||||
)
|
||||
|
||||
spew.Dump(DecodeKV(kv, &aux), aux)
|
||||
}
|
||||
|
||||
@ -11,8 +11,6 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
|
||||
"github.com/cortezaproject/corteza-server/pkg/actionlog"
|
||||
internalAuth "github.com/cortezaproject/corteza-server/pkg/auth"
|
||||
"github.com/cortezaproject/corteza-server/pkg/eventbus"
|
||||
@ -231,7 +229,6 @@ func (svc sink) handleRequest(r *http.Request) (*SinkRequestUrlParams, error) {
|
||||
sap.setSinkParams(srup)
|
||||
|
||||
if srup.SignatureInPath != signatureFoundInPath {
|
||||
spew.Dump(srup, r.URL, signatureFoundInPath)
|
||||
return nil, SinkErrMisplacedSignature(sap)
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user