diff --git a/src/asammdf/signal.py b/src/asammdf/signal.py index 32fb1167b..da8da53c2 100644 --- a/src/asammdf/signal.py +++ b/src/asammdf/signal.py @@ -224,7 +224,6 @@ def plot(self, validate: bool = True, index_only: bool = False) -> None: return except: - print(format_exc()) try: import matplotlib.pyplot as plt from matplotlib.widgets import Slider