author | sylvain.thenault@logilab.fr |
Tue, 28 Apr 2009 16:23:09 +0200 | |
branch | tls-sprint |
changeset 1510 | 59584270a5bf |
parent 1509 | c481f0125382 |
child 1511 | 514e4e53a3c7 |
--- a/devtools/devctl.py Tue Apr 28 16:22:36 2009 +0200 +++ b/devtools/devctl.py Tue Apr 28 16:23:09 2009 +0200 @@ -183,7 +183,6 @@ libvreg.set_schema(libschema) # trigger objects registration # prefill done set list(_iter_vreg_objids(libvreg, done)) - print 'done', done for objid in _iter_vreg_objids(vreg, done): add_msg(w, '%s_description' % objid) add_msg(w, objid)