changeset 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 656d7b3f5610
children 50706ff2309a
files scripts/msgfmt.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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