1
0
mirror of https://github.com/Mikaela/Limnoria.git synced 2025-04-09 01:18:10 +02:00

Remove a forgotten debug print

This commit is contained in:
Valentin Lorentz 2010-10-10 16:35:31 +02:00
parent 9a2eea4272
commit b44401dd1c

@ -131,7 +131,6 @@ class PluginInternationalization:
self._translate(untranslated, translated)
def _translate(self, untranslated, translated):
print repr({self._parse(untranslated): self._parse(translated)})
self.translations.update({self._parse(untranslated):
self._parse(translated)})