Remove spew.dump

This commit is contained in:
Denis Arh
2020-08-24 15:41:40 +02:00
parent 7c4be121ce
commit 977e8fab13
-2
View File
@@ -5,7 +5,6 @@ import (
"encoding/base64"
"encoding/json"
"fmt"
"github.com/davecgh/go-spew/spew"
"io"
"net/http"
"net/url"
@@ -254,7 +253,6 @@ func (svc sink) handleRequest(r *http.Request) (*SinkRequestUrlParams, error) {
if srup.Path != "" {
if srup.Path != svc.pathCleanup(reqPath) {
spew.Dump(srup.Path, reqPath, svc.pathCleanup(reqPath))
return nil, SinkErrInvalidPath(sap)
}
}