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)