diff --git a/drf_logto/settings.py b/drf_logto/settings.py index 0e49b62..cf1fd98 100644 --- a/drf_logto/settings.py +++ b/drf_logto/settings.py @@ -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(