mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-04-05 06:15:18 +00:00
Remove debug print statements.
This commit is contained in:
parent
60c66816d0
commit
65e8b4e2cc
2 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue