Skip to content

Commit a3cd8d8

Browse files
Update robot_log_visualizer/plotter/pyqtgraph_viewer_canvas.py
Co-authored-by: Giulio Romualdi <giulio.romualdi@gmail.com>
1 parent 7328ef3 commit a3cd8d8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

robot_log_visualizer/plotter/pyqtgraph_viewer_canvas.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ def _add_missing_curves(
208208
):
209209
self._curves[key].setCurveClickable(False)
210210
self._curves[key].setEnabled(False)
211-
print("Disabled curve interactivity for real-time mode")
212211

213212
def _remove_obsolete_curves(self, paths: Sequence[Path]) -> None:
214213
"""Delete curves that disappeared from *paths*."""

0 commit comments

Comments
 (0)