comment out some noisy stdout logging until there's a proper facility for log outputs

This commit is contained in:
Charles J. Cliffe
2016-06-02 19:45:34 -04:00
parent 99f7beba49
commit 6d63d570aa
9 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -171,7 +171,7 @@ void SDRPostThread::run() {
pthread_setschedparam(tID, SCHED_FIFO, &prio);
#endif
std::cout << "SDR post-processing thread started.." << std::endl;
// std::cout << "SDR post-processing thread started.." << std::endl;
iqDataInQueue = static_cast<SDRThreadIQDataQueue*>(getInputQueue("IQDataInput"));
iqDataOutQueue = static_cast<DemodulatorThreadInputQueue*>(getOutputQueue("IQDataOutput"));
@@ -223,7 +223,7 @@ void SDRPostThread::run() {
// buffers.purge();
// visualDataBuffers.purge();
std::cout << "SDR post-processing thread done." << std::endl;
// std::cout << "SDR post-processing thread done." << std::endl;
}
void SDRPostThread::terminate() {