Skip to content

Commit

Permalink
remove debug print from pmu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pehses committed Jan 25, 2024
1 parent f88f346 commit 93dc58a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion twixtools/pmu.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def plot(self, keys=None, show_trigger=True):
show_trigger = False

_, axs = plt.subplots(1 + bool(show_trigger), 1, squeeze=False, sharex=True)
print('axs.shape = ', axs.shape)
colors = dict()
for key in keys:
axs[0, 0].plot(self.timestamp[key], self.signal[key], label=key)
Expand Down

0 comments on commit 93dc58a

Please sign in to comment.