Author: sebb
Date: Tue Dec 9 17:03:53 2025
New Revision: 1930390
Log:
Drop debug print
Modified:
comdev/reporter.apache.org/trunk/scripts/rapp/whimsy.py
Modified: comdev/reporter.apache.org/trunk/scripts/rapp/whimsy.py
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/rapp/whimsy.py Tue Dec 9
16:55:41 2025 (r1930389)
+++ comdev/reporter.apache.org/trunk/scripts/rapp/whimsy.py Tue Dec 9
17:03:53 2025 (r1930390)
@@ -222,7 +222,6 @@ def publish(environ, _user):
"Content-Type": "application/json"
}, json = payload, timeout = 10)
rv.raise_for_status()
- print(rv.text)
return {'okay': True, 'message': "Posted to board agenda!"}
except:
pass