From 538d90a67367e1b9c6301e1d3ec6cc2a133d2150 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Wed, 5 Dec 2018 14:41:42 +0000 Subject: [PATCH] Remove debugging output. --- sourcing/view.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sourcing/view.py b/sourcing/view.py index 091a532..350a099 100644 --- a/sourcing/view.py +++ b/sourcing/view.py @@ -245,8 +245,6 @@ def fulfil_xanaflight(item): assert xanapage.type == 'xanadoc' doc = fulfil_edl_with_sources(xanapage.text, hide_all_transclusions=True) doc['hashid'] = xanapage.hashid - print(doc) - print() docs.append(doc) return render_template('view/xanaflight.html', item=item, docs=docs)