Commit 17a6980c authored by Serge S. Koval's avatar Serge S. Koval

Removed debug print

parent 737eeaba
...@@ -8,8 +8,6 @@ try: ...@@ -8,8 +8,6 @@ try:
super(CustomDomain, self).__init__(translations.__path__[0], domain='admin') super(CustomDomain, self).__init__(translations.__path__[0], domain='admin')
def get_translations_path(self, ctx): def get_translations_path(self, ctx):
print ctx
dirname = ctx.app.extensions['admin'].translations_path dirname = ctx.app.extensions['admin'].translations_path
if dirname is not None: if dirname is not None:
return dirname return dirname
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment