Remove logging

This commit is contained in:
2025-08-01 21:02:17 +00:00
parent f1d246aa31
commit 7e752562bc

View File

@@ -40,7 +40,6 @@ OPEN_ALERTS_SENT_FOR_CURRENT_OPENING = []
async def controller_message(app, message):
payload = {mysecrets.CONTROLLER_KEY: message}
logging.info('Controller message: %s', message)
session = app['client_session']
try:
async with session.post(mysecrets.CONTROLLER_URL, data=payload, timeout=10) as response: