Skip to content

Commit 777d631

Browse files
Update common_features.py
Remove print statement
1 parent 3784089 commit 777d631

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/navigate/model/features/common_features.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,6 @@ def __init__(self, model, resolution_value=None, zoom_value=None, offset=None):
645645
#: bool: The flag indicates whether this node is initialized
646646
self.initialized = False
647647

648-
print("*** MoveToNextPositionInMultiPositionTable initialized")
649-
650648
def pre_signal_func(self):
651649
"""Calculate stage offset if applicable."""
652650
if self.initialized:

0 commit comments

Comments
 (0)