Skip to content

Commit 4c28eb8

Browse files
committed
[handlers] remove debug logging
1 parent 80232d9 commit 4c28eb8

File tree

1 file changed

+0
-3
lines changed
  • internal/sms-gateway/handlers

1 file changed

+0
-3
lines changed

internal/sms-gateway/handlers/root.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package handlers
22

33
import (
4-
"fmt"
54
"path"
65
"strings"
76

@@ -26,8 +25,6 @@ func (h *rootHandler) Register(app *fiber.App) {
2625
c.Set(fiber.HeaderLocation, path.Join(h.config.PublicPath, after))
2726
}
2827

29-
fmt.Printf("Request: %s %s\n", c.Method(), location)
30-
3128
return err
3229
})
3330
}

0 commit comments

Comments
 (0)