From e615c14e8ee6522261be8cb07ef6cdbbfa8d8575 Mon Sep 17 00:00:00 2001 From: Mattias Josefsson Date: Thu, 2 Nov 2023 18:21:37 +0100 Subject: [PATCH] Update signal.py unnecessary print statement removed --- src/asammdf/signal.py | 1 - 1 file changed, 1 deletion(-) 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