Skip to content

Commit d911f15

Browse files
author
Gordon B. McMillan
committed
Get rid of some debugging msgs.
1 parent 6541167 commit d911f15

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

roundup/backends/back_metakit.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,6 @@ def set(self, nodeid, **propvalues):
452452
if not row.creator:
453453
row.creator = self.db.curuserid
454454

455-
#XXX
456-
print "back_metakit.Class.set - dirty"
457455
self.db.dirty = 1
458456
if isnew:
459457
self.db.addjournal(self.classname, nodeid, _CREATE, {})
@@ -812,8 +810,6 @@ def __getview(self):
812810
return view.ordered(1)
813811
# need to create or restructure the mk view
814812
# id comes first, so MK will order it for us
815-
#XXX
816-
print "back_metakit.Class.__getview - dirty!"
817813
self.db.dirty = 1
818814
s = ["%s[id:I" % self.classname]
819815
for nm, rutyp in self.ruprops.items():

0 commit comments

Comments
 (0)