author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Thu, 09 Sep 2010 18:23:43 +0200 | |
branch | stable |
changeset 6199 | a88902af3813 |
parent 6198 | f8dea560703f |
child 6200 | 6e8c847ae397 |
--- a/server/schemaserial.py Thu Sep 09 10:08:08 2010 +0200 +++ b/server/schemaserial.py Thu Sep 09 18:23:43 2010 +0200 @@ -217,8 +217,6 @@ rdefs = schema.add_relation_def(rdef) except BadSchemaDefinition: continue - if rdef.subject == 'TestConfig' or rdef.object == 'TestConfig': - print 'EXTRA', rdefs if rdefs is not None: set_perms(rdefs, permsidx) schema.infer_specialization_rules()