From e7d3e0c5989f097080c4c8834baeeef3543eaa4a Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Thu, 23 Apr 2015 21:28:49 -0400 Subject: [PATCH] remove ppm debug --- src/sdr/SDRThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdr/SDRThread.cpp b/src/sdr/SDRThread.cpp index 4254d1c..872525a 100644 --- a/src/sdr/SDRThread.cpp +++ b/src/sdr/SDRThread.cpp @@ -207,7 +207,7 @@ void SDRThread::threadMain() { case SDRThreadCommand::SDR_THREAD_CMD_SET_PPM: ppm_changed = true; new_ppm = (int) command.llong_value; - std::cout << "Set PPM: " << new_ppm << std::endl; + //std::cout << "Set PPM: " << new_ppm << std::endl; break; default: break;