]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
print intempestif
authorpascale.noyret <pascale.noyret@edf.fr>
Wed, 10 Jun 2015 11:33:23 +0000 (13:33 +0200)
committerpascale.noyret <pascale.noyret@edf.fr>
Wed, 10 Jun 2015 11:33:23 +0000 (13:33 +0200)
Extensions/translation.py

index 2bc598dfa6bdcf40b0572665f64cf0e9f245acab..ba4940f4157fa06253a54b97a86e24da5a8a5a7c 100644 (file)
@@ -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))