Remove debug print statement
This commit is contained in:
parent
e3eb82e318
commit
6362428118
@ -45,7 +45,6 @@ def authenticate_user(db, username: str, password: str):
|
|||||||
if not user:
|
if not user:
|
||||||
return False
|
return False
|
||||||
if not verify_password(password, user.hashed_password):
|
if not verify_password(password, user.hashed_password):
|
||||||
print("WHY")
|
|
||||||
return False
|
return False
|
||||||
return user
|
return user
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user