branch | stable |
changeset 4571 | 794ac358dc36 |
parent 4451 | 65f4665233e6 |
child 4971 | 20bffbba7a5a |
--- 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)