removed debug print

This commit is contained in:
Dave Schuyler 2005-06-08 04:32:44 +00:00
parent 4ee8b0a07f
commit 6275253811

View File

@ -324,8 +324,6 @@ class ClientRepository(ConnectionRepository):
return distObj
def generateWithRequiredOtherFields(self, dclass, doId, di, parentId = None, zoneId = None):
print "---------------------------"
print doId
if self.doId2do.has_key(doId):
# ...it is in our dictionary.
# Just update it.