cubicweb/server/schema2sql.py
changeset 11766 d8de1ac21f36
parent 11416 9c2fbb872e91
child 11767 432f87a63057
--- a/cubicweb/server/schema2sql.py	Sat Oct 01 11:56:27 2016 +0200
+++ b/cubicweb/server/schema2sql.py	Wed Oct 05 15:28:43 2016 +0200
@@ -113,7 +113,6 @@
     attrs += [(rschema, None)
               for rschema in eschema.subject_relations()
               if not rschema.final and rschema.inlined]
-    # XXX handle objectinline physical mode
     for i in range(len(attrs)):
         rschema, attrschema = attrs[i]
         if attrschema is not None: