Skip to content

Commit

Permalink
chore: Remove unnecessary print statement in AppState save_state method
Browse files Browse the repository at this point in the history
  • Loading branch information
provos committed Jun 6, 2024
1 parent 43faf1f commit d7add39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ def to_file(self, file_path, save_image_slices=True, save_depth_map=True, save_i
file_path (str): The file path to save the state.
save_image_slices (bool, optional): Whether to save the image slices. Defaults to True.
"""
print('Saving state to file:', file_path)
with self._lock:
file_path = Path(file_path)
# check if file path is a directory. if not create it
Expand Down

0 comments on commit d7add39

Please sign in to comment.