remove debugging print statement and fix indentation
svn: r13284
This commit is contained in:
parent
f186d8bce8
commit
f845666899
@ -236,7 +236,6 @@ class ChangeNames(Tool.BatchTool, ManagedWindow.ManagedWindow):
|
|||||||
changelist = set(self.model.get_value(node,1)
|
changelist = set(self.model.get_value(node,1)
|
||||||
for node in self.iter_list
|
for node in self.iter_list
|
||||||
if self.model.get_value(node,0))
|
if self.model.get_value(node,0))
|
||||||
print changelist
|
|
||||||
|
|
||||||
#with self.db.get_person_cursor(update=True, commit=True) as cursor:
|
#with self.db.get_person_cursor(update=True, commit=True) as cursor:
|
||||||
# for handle, data in cursor:
|
# for handle, data in cursor:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user