From 999bf637d2415594698e9a9dbaf9df4ce2d3eb9f Mon Sep 17 00:00:00 2001 From: Anders Sandstrom Date: Tue, 6 Oct 2020 19:51:05 +0200 Subject: [PATCH] ecmcFFTGui.py: Remove printouts --- tools/ecmcFFTGui.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/ecmcFFTGui.py b/tools/ecmcFFTGui.py index 99c8962..001e236 100644 --- a/tools/ecmcFFTGui.py +++ b/tools/ecmcFFTGui.py @@ -124,13 +124,13 @@ class ecmcFFTGui(QtWidgets.QDialog): def plotSpect(self): if self.pause: - print('paused!') + #print('paused!') return if not self.xDataValid: - print('wait for x data!') + #print('wait for x data!') return - print('plotSpect!') + #print('plotSpect!') # create an axis if self.ax is None: