Author: justi9
Date: 2007-10-09 10:18:54 -0400 (Tue, 09 Oct 2007)
New Revision: 974
Modified:
mgmt/cumin/python/wooly/model.py
Log:
Removes an extra debug println.
Modified: mgmt/cumin/python/wooly/model.py
===================================================================
--- mgmt/cumin/python/wooly/model.py 2007-10-09 04:26:13 UTC (rev 973)
+++ mgmt/cumin/python/wooly/model.py 2007-10-09 14:18:54 UTC (rev 974)
@@ -104,8 +104,6 @@
this.unlock()
def remove_object(self, this, that):
- print "remove_object"
-
this.lock()
try:
self.remove(this, that)
Show replies by date