I18nPlaceholder: Remove debug output.

master
Valentin Lorentz 2012-04-03 16:59:53 +02:00
parent 2343880cf5
commit 921f918cbf
1 changed files with 0 additions and 4 deletions

View File

@ -49,12 +49,8 @@ class I18nPlaceholder(callbacks.Plugin):
def __init__(self, *args, **kwargs):
super(I18nPlaceholder, self).__init__(*args, **kwargs)
print '-'*50
if 'supybot.18n' not in sys.modules:
print '+'*50
sys.modules['supybot.i18n'] = Placeholder()
print '/'*50
print '*'*50
Class = I18nPlaceholder