From 302d3062290dbc65e251ad154b68bdf3b2abde9d Mon Sep 17 00:00:00 2001 From: "pascale.noyret" Date: Wed, 10 Jun 2015 13:33:23 +0200 Subject: [PATCH] print intempestif --- Extensions/translation.py | 1 - 1 file changed, 1 deletion(-) 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)) -- 2.39.2