Skip to content

Commit 6ce8217

Browse files
authored
removing debug code (#27)
1 parent 496f6fa commit 6ce8217

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/edit_python_pe/strings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
default_locale = locale.getlocale()[0] or EN_LOCALE
88
localedir = Path(__file__).parent.parent.parent / "translations"
9-
print(localedir)
109
_ = gettext.translation(
1110
domain="messages",
1211
localedir=localedir,

0 commit comments

Comments
 (0)