summaryrefslogtreecommitdiff
path: root/caribou/ui/i18n.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'caribou/ui/i18n.py.in')
-rw-r--r--caribou/ui/i18n.py.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/caribou/ui/i18n.py.in b/caribou/ui/i18n.py.in
index 067283a..bf7ad0f 100644
--- a/caribou/ui/i18n.py.in
+++ b/caribou/ui/i18n.py.in
@@ -2,8 +2,6 @@ import gettext
from gettext import gettext as _
import os
-print 'initialized i18n'
-
def C_(ctx, s):
"""Provide qualified translatable strings via context.
(copied from Orca)"""