diff scripts/msgfmt.py @ 846:72aa6ca3fddc pyntnclick

Remove stray debugging print
author Neil Muller <neil@dip.sun.ac.za>
date Wed, 30 Jan 2013 17:34:58 +0200
parents 99e1e67f3916
children
line wrap: on
line diff
--- a/scripts/msgfmt.py	Wed Jan 30 17:33:48 2013 +0200
+++ b/scripts/msgfmt.py	Wed Jan 30 17:34:58 2013 +0200
@@ -60,7 +60,6 @@
     if not fuzzy and str:
         MESSAGES[id] = str
     if fuzzy and str:
-        print 'fuzzy', str
         total_fuzzy += 1
     elif not str:
         total_untrans += 1