remove spurious print tls-sprint
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 28 Apr 2009 17:07:07 +0200
branchtls-sprint
changeset 1513 9655f6eec675
parent 1511 514e4e53a3c7
child 1515 f3c26a087672
remove spurious print
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()