We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245fcd7 commit ce099e3Copy full SHA for ce099e3
src/pycamp_bot/commands/auth.py
@@ -28,7 +28,6 @@ def is_admin(update, context):
28
29
def admin_needed(f):
30
async def wrap(*args, **kargs):
31
- logger.info('Admin nedeed wrapper')
32
update, context = args
33
if is_admin(*args):
34
return await f(*args)
0 commit comments