chore(*): Removes debugging print statements (#11145)

Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
-LAN-
2024-11-26 22:03:19 +08:00
committed by GitHub
parent f458580dee
commit 9789905a1f
5 changed files with 0 additions and 5 deletions

View File

@@ -52,7 +52,6 @@ class OAuthLogin(Resource):
OAUTH_PROVIDERS = get_oauth_providers()
with current_app.app_context():
oauth_provider = OAUTH_PROVIDERS.get(provider)
print(vars(oauth_provider))
if not oauth_provider:
return {"error": "Invalid provider"}, 400