mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Remove a forgotten debug print
This commit is contained in:
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)})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user