# HG changeset patch # User Aurelien Campeas # Date 1240931227 -7200 # Node ID 9655f6eec6756a2c385aac7f0f0f660dc234eee1 # Parent 514e4e53a3c7c605b97dbf2874ba58c169fe0fc8 remove spurious print diff -r 514e4e53a3c7 -r 9655f6eec675 cwvreg.py --- a/cwvreg.py Tue Apr 28 16:23:28 2009 +0200 +++ b/cwvreg.py Tue Apr 28 17:07:07 2009 +0200 @@ -135,7 +135,6 @@ self.debug('kicking vobject %s (no implemented ' 'interface among %s)', obj, ifaces) self.unregister(obj) - print 'HOP', self.items() # clear needs_iface so we don't try to remove some not-anymore-in # objects on automatic reloading self._needs_iface.clear()