remove debugging statement

This commit is contained in:
Frédéric Péters 2013-08-12 14:42:57 +02:00
parent 9cb71b04ee
commit 563131b398
1 changed files with 0 additions and 1 deletions

View File

@ -104,7 +104,6 @@ def publish_mallard(module, branch, directory):
'-output-directory', temp_dir, latex_file]
subprocess.call(cmd, cwd=temp_dir, **kws)
if not os.path.exists(os.path.join(temp_dir, 'doc-%s.pdf' % module)):
print 'failed to produce pdf for', module
break
else:
fd = file(os.path.join(output_dir, 'doc-%s.pdf' % module), 'w')