remove done situation debug statement
This commit is contained in:
parent
78bff89f1b
commit
168de89543
1 changed files with 0 additions and 1 deletions
|
@ -681,7 +681,6 @@ class ChangedObjectCollection(BaseSchema):
|
||||||
if not new_situation.remaining_operations_with_dependencies:
|
if not new_situation.remaining_operations_with_dependencies:
|
||||||
# nothing left to do, congratulations we did it!
|
# nothing left to do, congratulations we did it!
|
||||||
done_situation = new_situation
|
done_situation = new_situation
|
||||||
print('DONE SITUATION:', done_situation)
|
|
||||||
break
|
break
|
||||||
|
|
||||||
if best_uids.get(new_situation.operation_uids, 1000000) <= len(new_situation.operations):
|
if best_uids.get(new_situation.operation_uids, 1000000) <= len(new_situation.operations):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue