From 210a71e4adf4c99250d304433ab398e0fdfd2e09 Mon Sep 17 00:00:00 2001 From: Anders Sandstrom Date: Tue, 6 Oct 2020 18:58:10 +0200 Subject: [PATCH] ecmcFFTGui.py: Remove printout. --- tools/ecmcFFTGui.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/ecmcFFTGui.py b/tools/ecmcFFTGui.py index 8f1ebd3..9a8f030 100644 --- a/tools/ecmcFFTGui.py +++ b/tools/ecmcFFTGui.py @@ -156,8 +156,7 @@ def printOutHelp(): print("example: python ecmcFFTGui.py IOC_TEST:Plugin-FFT1-Spectrum-X-Axis-Act IOC_TEST:Plugin-FFT1-Spectrum-Amp-Act") if __name__ == "__main__": - import sys - print (sys.argv) + import sys if len(sys.argv)!=3: printOutHelp() sys.exit()