pdfjs: Remove debug output file

This commit is contained in:
Daniel Schadt 2015-11-11 10:20:58 +01:00
parent 5e0090d5b8
commit ea4d9e884e

View File

@ -622,6 +622,4 @@ def _generate_pdfjs(reply):
viewer = utils.read_file('pdfjs/web/viewer.html')
source = viewer.replace('%% QUTE_SCRIPT_CONTENT %%', script.getvalue())
script.close()
with open("pdf_file.html", "w") as f:
f.write(source)
return source