Skip to content

Commit 4598845

Browse files
committed
Removed unnecessary print
1 parent 0d361c4 commit 4598845

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rein/lib/localization.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def init_localization():
1010
loc = locale.getdefaultlocale()[0]
1111
file_name = "messages-%s.mo" % loc.split('_')[0]
1212
file_path = os.path.join(os.path.dirname(os.path.abspath(rein.locale.__file__)), file_name)
13-
print(file_path)
1413

1514
try:
1615
logging.debug("Opening message file %s for locale %s", file_name, loc[0])

0 commit comments

Comments
 (0)