Skip to content

Commit

Permalink
fix: log from get_board_creds
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyqu committed Mar 30, 2024
1 parent b426f34 commit 7936061
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/tg/handlers/get_board_credentials_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ def get_board_credentials(update: telegram.Update, tg_context):
)
reply(load('get_board_credentials_handler__not_found'), update)
return
logger._log(
USAGE_LOG_LEVEL,
f'Board creds found for username {get_sender_username(update)}'
)
logger.warn(f'Board creds found for username {get_sender_username(update)}')
reply(
load(
'get_board_credentials_handler__found',
Expand Down

0 comments on commit 7936061

Please sign in to comment.