only one debug log for terminal needed

This commit is contained in:
Lili (Tlapka) 2024-02-06 19:06:00 +01:00
parent 1abab80da4
commit 433564bddf
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ def owncast_webhook():
display_name = data["eventData"]["user"]["displayName"]
current_app.logger.debug(f'New chat message from {display_name}:')
current_app.logger.debug(f'{data["eventData"]["rawBody"]}')
current_app.logger.debug(f'{data["eventData"]["body"]}')
if data["eventData"]["rawBody"].startswith(f"{prefix}help"):
send_help()
elif data["eventData"]["rawBody"].startswith(f"{prefix}points"):