[Collab-qa-commits] r2297 - udd/udd

Andreas Tille tille at alioth.debian.org
Wed May 9 08:08:57 UTC 2012


Author: tille
Date: 2012-05-09 08:08:56 +0000 (Wed, 09 May 2012)
New Revision: 2297

Modified:
   udd/udd/bibref_gatherer.py
Log:
Remove debug code


Modified: udd/udd/bibref_gatherer.py
===================================================================
--- udd/udd/bibref_gatherer.py	2012-05-09 07:51:03 UTC (rev 2296)
+++ udd/udd/bibref_gatherer.py	2012-05-09 08:08:56 UTC (rev 2297)
@@ -363,7 +363,6 @@
         exit(1)
       (retcode,errstring) = open_tex_process('bibtex', basetexfile)
       if errstring != "":
-        print "BibTeX:", retcode
         if not retcode:
           self.log.error("Problem in BibTeX run of %s.bib: `%s`" % (basetexfile, errstring))
           exit(1)




More information about the Collab-qa-commits mailing list