From bc3cf0bfc20464caaddb22d75c6d4e35d068ce65 Mon Sep 17 00:00:00 2001 From: Ken Kehoe Date: Tue, 25 Jun 2024 13:14:55 -0600 Subject: [PATCH] Removing a debug print statement (#841) --- act/plotting/timeseriesdisplay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/act/plotting/timeseriesdisplay.py b/act/plotting/timeseriesdisplay.py index 196180a6f7..a5f265d90b 100644 --- a/act/plotting/timeseriesdisplay.py +++ b/act/plotting/timeseriesdisplay.py @@ -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,