aboutsummaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index cd08eb2..bc99d03 100644
--- a/app.py
+++ b/app.py
@@ -94,7 +94,7 @@ def get_thought():
with database.Database() as db:
try:
category_name, title, dt, parsed, headers = parser.get_thought_from_id(db, thought_id)
- print(headers)
+ # print(headers)
except TypeError:
flask.abort(404)
return