Code

Get rid of some debugging msgs.
authorgmcm <gmcm@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 9 Jul 2002 21:37:52 +0000 (21:37 +0000)
committergmcm <gmcm@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 9 Jul 2002 21:37:52 +0000 (21:37 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@846 57a73879-2fb5-44c3-a270-3262357dd7e2

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():