Skip to content

Commit 9a6d287

Browse files
Update id_converter.go
1 parent 8b00007 commit 9a6d287

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/converters/id_converter.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66
"strings"
77

88
"github.com/gofiber/fiber/v2"
9-
//log "github.com/sirupsen/logrus"
109
)
1110

1211
var r = regexp.MustCompile(`[\/\-]([0-9a-f]+)\/?$`)
@@ -35,8 +34,6 @@ func idFromPath(path string) string {
3534

3635
func idFromParams(c *fiber.Ctx) string {
3736
ru := c.Query("redirectUrl", "")
38-
//log.Printf("REQ: %s", string(c.Request().String()))
39-
//log.Printf("RESP: %s", string(c.Response().String()))
4037
if ru != "" {
4138
pu, err := url.Parse(ru)
4239
if err != nil {

0 commit comments

Comments
 (0)