call set_language only if gui is used.
[electrum-nvc.git] / lib / i18n.py
index c390316..7ef4458 100644 (file)
@@ -23,8 +23,6 @@ if os.path.exists('./locale'):
 else:
     LOCALE_DIR = '/usr/share/locale'
 
-print LOCALE_DIR
-
 language = gettext.translation('electrum', LOCALE_DIR, fallback = True)
 
 def _(x):