remove annoying "fallback" message
[vuplus_dvbapp-plugin] / ftpbrowser / src / __init__.py
index 17c0c36..08514ec 100644 (file)
@@ -12,7 +12,6 @@ def localeInit():
 def _(txt):
        t = gettext.dgettext("FTPBrowser", txt)
        if t == txt:
-               print "[FTPBrowser] fallback to default translation for", txt
                t = gettext.gettext(txt)
        return t