Code

...except of course it's nice to use valid Python syntax
[roundup.git] / roundup / backends / back_metakit.py
index e89cd1d1ba79802c7f69af0b0346486cc005f77f..3c29f4f5d42aa151644d7f0719091b00d4aaf247 100755 (executable)
@@ -452,8 +452,6 @@ class Class:    # no, I'm not going to subclass the existing!
             if not row.creator:
                 row.creator = self.db.curuserid
             
-        #XXX
-        print "back_metakit.Class.set - dirty"
         self.db.dirty = 1
         if isnew:
             self.db.addjournal(self.classname, nodeid, _CREATE, {})
@@ -812,8 +810,6 @@ class Class:    # no, I'm not going to subclass the existing!
             return view.ordered(1)
         # need to create or restructure the mk view
         # id comes first, so MK will order it for us
-        #XXX
-        print "back_metakit.Class.__getview - dirty!"
         self.db.dirty = 1
         s = ["%s[id:I" % self.classname]
         for nm, rutyp in self.ruprops.items():