Commit c9cb902d authored by Andreas Jung's avatar Andreas Jung

removed debug code

parent 7b406710
......@@ -70,8 +70,6 @@ class Context(Context):
def translate(self, msgid, domain=None, mapping=None, default=None):
# import pdb
# pdb.set_trace()
return GTS.translate(msgid, domain, mapping,
context=self.contexts['context'], default=default)
......
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