Skip to content

Commit

Permalink
remove accedent println statment
Browse files Browse the repository at this point in the history
  • Loading branch information
maizy committed Sep 19, 2021
1 parent 49a422e commit c686744
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ponylib_app/web/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ func BasicUnsafeAuth(authUrl, staticPrefix string) gin.HandlerFunc {
}
} else {
return func(c *gin.Context) {
println(c.Request.URL.Path)
if c.Request.URL.Path == authUrl {
if c.Request.Method == "POST" {
formPassword := c.PostForm("password")
Expand Down

0 comments on commit c686744

Please sign in to comment.