Skip to content

Commit ce099e3

Browse files
committed
Remove annoying log
1 parent 245fcd7 commit ce099e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pycamp_bot/commands/auth.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def is_admin(update, context):
2828

2929
def admin_needed(f):
3030
async def wrap(*args, **kargs):
31-
logger.info('Admin nedeed wrapper')
3231
update, context = args
3332
if is_admin(*args):
3433
return await f(*args)

0 commit comments

Comments
 (0)