Remove print.

This commit is contained in:
Stephan Erb 2008-12-28 14:55:23 +00:00
parent d8a2d8f447
commit b2a5b1046c
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ class PlugIn:
self._owner=owner
log.info('Plugging %s __INTO__ %s' % (self, self._owner))
if self.__class__.__name__ in owner.__dict__:
print "already plugged", self.__class__.__name__
log.debug('Plugging ignored: another instance already plugged.')
return
self._old_owners_methods=[]