removed debug print

This commit is contained in:
2026-08-26 18:45:33 +02:00
parent 22fb3809af
commit 134bd9b6dd
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -81,7 +81,6 @@ def on_event(config: dict, message: dict) -> None:
"datetime": timestamp,
"text": message.get("text") or str(template).format(**values),
}
pprint(payload)
send_event(
payload,
event_url=str(config.get("event_url", "")),