Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
Signed-off-by: William <kwasidev@protonmail.com>
  • Loading branch information
kwesidev committed Dec 12, 2023
1 parent bcba1c4 commit d666bc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/services/auth_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ func (authSrv *AuthService) CompletePasswordLessLogin(code, requestId string) (*
userId int
userAgent, ipAddress string
)
println(code, requestId)
tx, err := authSrv.db.Begin()
defer tx.Rollback()
if err != nil {
Expand Down

0 comments on commit d666bc6

Please sign in to comment.