diff options
| -rw-r--r-- | walrss/internal/http/http.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/walrss/internal/http/http.go b/walrss/internal/http/http.go index 813cb83..d0b1153 100644 --- a/walrss/internal/http/http.go +++ b/walrss/internal/http/http.go @@ -1,7 +1,6 @@ package http import ( - "fmt" "github.com/codemicro/walrss/walrss/internal/core" "github.com/codemicro/walrss/walrss/internal/http/views" "github.com/codemicro/walrss/walrss/internal/state" @@ -29,8 +28,6 @@ func New(st *state.State) (*Server, error) { DisableStartupMessage: !st.Config.Debug, AppName: "Walrss", ErrorHandler: func(ctx *fiber.Ctx, err error) error { - fmt.Println("Got ERROR", err) - code := fiber.StatusInternalServerError msg := "Internal Server Error" |
