remove ppm debug

This commit is contained in:
Charles J. Cliffe 2015-04-23 21:28:49 -04:00
parent 9809152e6c
commit e7d3e0c598
1 changed files with 1 additions and 1 deletions

View File

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