ecmcFFTGui.py: Remove printouts

This commit is contained in:
Anders Sandstrom
2020-10-06 19:51:05 +02:00
parent 9ce4fbe14b
commit 999bf637d2

View File

@@ -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: