mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 14:49:21 +01:00
Remove debug output in check_trans.py.
This commit is contained in:
parent
99a734323f
commit
9f96f4f4c9
@ -69,7 +69,6 @@ def checkTranslation(pot, po):
|
||||
pot = set(map(operator.itemgetter(0), parse(pot)))
|
||||
po = set(map(operator.itemgetter(0), parse(po)))
|
||||
diff = filter(lambda x:x not in po, pot)
|
||||
print(diff)
|
||||
return not bool(diff)
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Loading…
Reference in New Issue
Block a user