diff --git a/src/routes/shortened.go b/src/routes/shortened.go index 7e38e29..ed1ad1e 100644 --- a/src/routes/shortened.go +++ b/src/routes/shortened.go @@ -2,7 +2,6 @@ package routes import ( "fmt" - "log" "net/http" "os" @@ -30,8 +29,6 @@ func RedirectShortenedOverflowURL(c *gin.Context) { return } - log.Println(resp.String()) - if resp.StatusCode() != 302 { c.HTML(400, "home.html", gin.H{ "errorMessage": fmt.Sprintf("Unexpected HTTP status from origin: %d", resp.StatusCode()),