From: gmcm Date: Tue, 9 Jul 2002 21:37:52 +0000 (+0000) Subject: Get rid of some debugging msgs. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a27aa000babc10bf08e1ebe27620ffc5fe9222b7;p=roundup.git Get rid of some debugging msgs. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@846 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/backends/back_metakit.py b/roundup/backends/back_metakit.py index e89cd1d..3c29f4f 100755 --- a/roundup/backends/back_metakit.py +++ b/roundup/backends/back_metakit.py @@ -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():