Remove debugging output.
This commit is contained in:
parent
155c15741d
commit
538d90a673
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue