author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Mon, 15 Feb 2010 15:11:02 +0100 | |
branch | stable |
changeset 4571 | 794ac358dc36 |
parent 4570 | ede247bbbf62 |
child 4572 | 9e0a86d3ba62 |
--- a/web/views/schema.py Mon Feb 15 15:10:25 2010 +0100 +++ b/web/views/schema.py Mon Feb 15 15:11:02 2010 +0100 @@ -380,7 +380,6 @@ def _generate(self, tmpfile): """display global schema information""" - print 'skipedtypes', skip_types(self._cw) visitor = FullSchemaVisitor(self._cw, self._cw.vreg.schema, skiptypes=skip_types(self._cw)) s2d.schema2dot(outputfile=tmpfile, visitor=visitor)