Skip to content

Commit

Permalink
Removing a debug print statement (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkehoe committed Jun 25, 2024
1 parent d6d3a3f commit bc3cf0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion act/plotting/timeseriesdisplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,6 @@ def qc_flag_block_plot(
yvalues = self._ds[dsname][dims[1]].values

cMap = mplcolors.ListedColormap(plot_colors)
print(plot_colors)
mesh = ax.pcolormesh(
xvalues,
yvalues,
Expand Down

0 comments on commit bc3cf0b

Please sign in to comment.