From 168de895437a676f9cfc8b9919ff8c9de568ba8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Thu, 5 Dec 2024 14:26:57 +0100 Subject: [PATCH] remove done situation debug statement --- src/c3nav/editor/changes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/c3nav/editor/changes.py b/src/c3nav/editor/changes.py index 7a14c89f..fbdf3046 100644 --- a/src/c3nav/editor/changes.py +++ b/src/c3nav/editor/changes.py @@ -681,7 +681,6 @@ class ChangedObjectCollection(BaseSchema): if not new_situation.remaining_operations_with_dependencies: # nothing left to do, congratulations we did it! done_situation = new_situation - print('DONE SITUATION:', done_situation) break if best_uids.get(new_situation.operation_uids, 1000000) <= len(new_situation.operations):