3
0

Remove spew.Dump leftovers

This commit is contained in:
Denis Arh 2020-05-29 06:49:43 +02:00
parent e8212ec8ff
commit 51d8fbcbb4
2 changed files with 0 additions and 5 deletions

View File

@ -161,6 +161,4 @@ func TestDecodeKV_WithFinalTag(t *testing.T) {
"isFinal": types.JSONText(`{"Foo":"final42","Sub":{"SubFoo":42}}`),
}
)
spew.Dump(DecodeKV(kv, &aux), aux)
}

View File

@ -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)
}