From: pascale.noyret Date: Wed, 10 Jun 2015 11:33:23 +0000 (+0200) Subject: print intempestif X-Git-Tag: PSEN_V1~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=302d3062290dbc65e251ad154b68bdf3b2abde9d;p=tools%2Feficas.git print intempestif --- diff --git a/Extensions/translation.py b/Extensions/translation.py index 2bc598df..ba4940f4 100644 --- a/Extensions/translation.py +++ b/Extensions/translation.py @@ -206,7 +206,6 @@ def tr(string, *args): optionally, an iterable or an int or float. Lets Python do the string formatting.""" from PyQt4.QtGui import QApplication - print string, args string = _preprocess_atom(string) if len(args) == 0: r = unicode(QApplication.translate("@default", string))