From cd949628c403d42a3cf58333a8b752f7b186fa81 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Mon, 6 Jan 2025 01:22:19 +0100 Subject: Be less verbose --- halfnarp2.py | 1 - 1 file changed, 1 deletion(-) (limited to 'halfnarp2.py') diff --git a/halfnarp2.py b/halfnarp2.py index 827055a..a6f4d1c 100755 --- a/halfnarp2.py +++ b/halfnarp2.py @@ -58,7 +58,6 @@ def get_own_preferences(uid): @app.route("/-/talkpreferences/", methods=["POST"]) def store_preferences(): - print(request.json) try: content = request.json talk_ids = content["talk_ids"] -- cgit v1.2.3