Remove a forgotten debug print

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

View File

@ -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)})