diff --git a/schainpy/model/graphics/jroplot_spectra.py b/schainpy/model/graphics/jroplot_spectra.py index acfd95f..254f5c4 100644 --- a/schainpy/model/graphics/jroplot_spectra.py +++ b/schainpy/model/graphics/jroplot_spectra.py @@ -72,7 +72,6 @@ class SpectraPlot(Plot): self.xlabel = "Velocity (m/s)" if (self.CODE == 'spc_moments') | (self.CODE == 'gaussian_fit'): - print("data",self.data.shape) x = self.data.xrange[2] self.xlabel = "Velocity (m/s)"