Skip to content

Commit

Permalink
Merge pull request #942 from morbult/master
Browse files Browse the repository at this point in the history
unnecessary print statement removed
  • Loading branch information
danielhrisca authored Dec 18, 2023
2 parents 9907528 + 13a23c1 commit 28ba926
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/asammdf/signal.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from collections.abc import Iterator
import logging
from textwrap import fill
from traceback import format_exc
from typing import Any

import numpy as np
Expand Down Expand Up @@ -224,7 +223,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 28ba926

Please sign in to comment.