diff options
Diffstat (limited to 'auth/controller.go')
-rw-r--r-- | auth/controller.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/auth/controller.go b/auth/controller.go index 1e6f7fe..71cdc6a 100644 --- a/auth/controller.go +++ b/auth/controller.go @@ -25,7 +25,6 @@ import ( "vidhukant.com/openbills/user" "net/http" "time" - "fmt" ) var ( @@ -72,8 +71,6 @@ func handleSignIn (ctx *gin.Context) { var req LoginReq ctx.Bind(&req) - fmt.Println(req) - var err error var u user.User |