Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Housain-maina committed Sep 2, 2024
1 parent 8a2f687 commit ca8584d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drf_logto/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

class LogtoAPISettings(_APISettings): # pragma: no cover
def __check_user_settings(self, user_settings: Dict[str, Any]) -> Dict[str, Any]:
print("checking")

if user_settings.LOGTO_SIGNUP_IDENTIFIER not in ["username", "email", "phone"]:
raise RuntimeError(
Expand Down

0 comments on commit ca8584d

Please sign in to comment.