From 563131b3982e37dcac81103adc6dc9d70d67df30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 12 Aug 2013 14:42:57 +0200 Subject: [PATCH] remove debugging statement --- publish.py | 1 - 1 file changed, 1 deletion(-) diff --git a/publish.py b/publish.py index b07489f..6287f44 100755 --- a/publish.py +++ b/publish.py @@ -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')