remove debugging print statement and fix indentation

svn: r13284
This commit is contained in:
Gerald Britton 2009-10-01 20:42:52 +00:00
parent f186d8bce8
commit f845666899

View File

@ -236,7 +236,6 @@ class ChangeNames(Tool.BatchTool, ManagedWindow.ManagedWindow):
changelist = set(self.model.get_value(node,1)
for node in self.iter_list
if self.model.get_value(node,0))
print changelist
#with self.db.get_person_cursor(update=True, commit=True) as cursor:
# for handle, data in cursor: