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

@ -234,9 +234,8 @@ class ChangeNames(Tool.BatchTool, ManagedWindow.ManagedWindow):
self.trans = self.db.transaction_begin("",batch=True)
self.db.disable_signals()
changelist = set(self.model.get_value(node,1)
for node in self.iter_list
if self.model.get_value(node,0))
print changelist
for node in self.iter_list
if self.model.get_value(node,0))
#with self.db.get_person_cursor(update=True, commit=True) as cursor:
# for handle, data in cursor: