Remove debug logic

This commit is contained in:
Johnny Gear 2025-11-13 22:03:20 -06:00
parent cec2a56ec0
commit febb5b4c3b

View file

@ -42,7 +42,7 @@ async def order_issue():
async with make_session() as session: async with make_session() as session:
orders_info = generate_order() orders_info = generate_order()
if 'orders' not in orders_info or True: if 'orders' not in orders_info:
logger.info("No orders for today") logger.info("No orders for today")
await order_telegram_post_none(session) await order_telegram_post_none(session)
return return