Skip to content

Commit

Permalink
Remove doubled debug log: uses_deprecated_api already logs that fact
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 committed Feb 15, 2024
1 parent a752c33 commit 5b23751
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mwdb/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,6 @@ def require_auth():
g.auth_user = User.verify_legacy_token(token)
if g.auth_user is not None:
uses_deprecated_api(DeprecatedFeature.legacy_api_key_v1)
getLogger().debug(
"'%s' used legacy auth token for authentication", g.auth_user.login
)

if g.auth_user:
if (
Expand Down

0 comments on commit 5b23751

Please sign in to comment.