Remove logging
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user