We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d361c4 commit 4598845Copy full SHA for 4598845
rein/lib/localization.py
@@ -10,7 +10,6 @@ def init_localization():
10
loc = locale.getdefaultlocale()[0]
11
file_name = "messages-%s.mo" % loc.split('_')[0]
12
file_path = os.path.join(os.path.dirname(os.path.abspath(rein.locale.__file__)), file_name)
13
- print(file_path)
14
15
try:
16
logging.debug("Opening message file %s for locale %s", file_name, loc[0])
0 commit comments