Skip to content

Commit

Permalink
Update signal.py
Browse files Browse the repository at this point in the history
unnecessary print statement removed
  • Loading branch information
morbult committed Nov 2, 2023
1 parent d06645e commit e615c14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/asammdf/signal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e615c14

Please sign in to comment.