Commit 2877cee2 authored by Michal Čihař's avatar Michal Čihař

Remove debug code

parent 4808aa4f
...@@ -59,7 +59,6 @@ def plural_check(f): ...@@ -59,7 +59,6 @@ def plural_check(f):
@plural_check @plural_check
def check_same(source, target, flags, language): def check_same(source, target, flags, language):
print language.code.split('_')
if language.code.split('_')[0] == 'en': if language.code.split('_')[0] == 'en':
return False return False
return (source == target) return (source == target)
......
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