Remove debugging output.

This commit is contained in:
Edward Betts 2018-12-05 14:41:42 +00:00
parent 155c15741d
commit 538d90a673

View file

@ -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)