# HG changeset patch # User Sylvain Thénault # Date 1266243062 -3600 # Node ID 794ac358dc36e9b97a93053c2092d42c0073e1a0 # Parent ede247bbbf62f3b43a0e603e4eef8211eecea41d remove debug print diff -r ede247bbbf62 -r 794ac358dc36 web/views/schema.py --- 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)