Skip to content

Commit cc1c727

Browse files
committed
app: delete logging redis
1 parent 17f33c9 commit cc1c727

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ async def main() -> None:
2020

2121
default_bot_properties: DefaultBotProperties = DefaultBotProperties(parse_mode='HTML')
2222
bot: Bot = Bot(token=settings.TELEGRAM_BOT_TOKEN, default=default_bot_properties)
23-
logger.info('settings.REDIS_URL: %s', settings.REDIS_URL)
2423
dp: Dispatcher = Dispatcher(storage=RedisStorage.from_url(settings.REDIS_URL))
2524

2625
dp.include_router(commons.router)

0 commit comments

Comments
 (0)