Skip to content

Commit

Permalink
Removed debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Oct 20, 2010
1 parent da9a1bf commit 5e2e858
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def reloadLocals():
class PluginInternationalization:
"""Internationalization managment for a plugin."""
def __init__(self, name='supybot'):
print name
self.name = name
self.currentLocaleName = None
i18nClasses.update({name: self})
Expand Down

0 comments on commit 5e2e858

Please sign in to comment.