From 65e8b4e2cc01043d076e56ecc4dc6f8151463a13 Mon Sep 17 00:00:00 2001 From: Ed Gonzalez Date: Tue, 21 Oct 2014 10:36:44 -0500 Subject: [PATCH] Remove debug print statements. --- DSP_API/SmartSDR_Interface/sched_waveform.c | 2 +- DSP_API/SmartSDR_Interface/traffic_cop.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DSP_API/SmartSDR_Interface/sched_waveform.c b/DSP_API/SmartSDR_Interface/sched_waveform.c index 43e6534..516fff4 100644 --- a/DSP_API/SmartSDR_Interface/sched_waveform.c +++ b/DSP_API/SmartSDR_Interface/sched_waveform.c @@ -203,7 +203,7 @@ void my_put_next_rx_char(void *callback_state, char c) // lop off first character strcpy(_rx_string, _rx_string+1); } - output(ANSI_MAGENTA "new string = '%s'\n",_rx_string); + //output(ANSI_MAGENTA "new string = '%s'\n",_rx_string); char* api_cmd = safe_malloc(80); sprintf(api_cmd, "waveform status slice=%d string=\"%s\"",0,_rx_string); diff --git a/DSP_API/SmartSDR_Interface/traffic_cop.c b/DSP_API/SmartSDR_Interface/traffic_cop.c index d012f43..0947b31 100644 --- a/DSP_API/SmartSDR_Interface/traffic_cop.c +++ b/DSP_API/SmartSDR_Interface/traffic_cop.c @@ -539,8 +539,8 @@ uint32 tc_sendSmartSDRcommand(char* command, BOOL block, char** response) if (response) *response = NULL; uint32 sequence = 0; - if (strcmp(command, "ping") != 0) - output(ANSI_GREEN "sending command: \033[m%s\n",command); + // if (strcmp(command, "ping") != 0) + // output(ANSI_GREEN "sending command: \033[m%s\n",command); uint32 result = _sendAPIcommand(command, &sequence, block); // if we're not waiting for a response, just return