branch | stable |
changeset 6199 | a88902af3813 |
parent 6191 | ece6996e6ac8 |
child 6208 | 07b176640a8c |
--- 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()