Remove debug message

This commit is contained in:
Valentin Lorentz 2010-11-01 20:15:02 +01:00
parent c0ff3c3f92
commit 31d9d47751

View File

@ -360,7 +360,6 @@ class PluginTestCase(SupyTestCase):
return
for cb in self.irc.callbacks:
name = cb.name()
print " --- " + name
if ((name in self._noTestDoc) and \
not name.lower() in self.__class__.__name__.lower()):
continue