Remove debug from barrett.c to prevent compilation warning

pull/1031/head^2
Mike Black W9MDB 2022-05-15 09:31:09 -05:00
rodzic d54f5a1c34
commit 82a915563b
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -163,8 +163,8 @@ int barrett_transaction(RIG *rig, char *cmd, int expected, char **result)
strtok_r(*result, "\r", &dummy);
}
rig_debug(RIG_DEBUG_VERBOSE, "%s: returning result=%s\n", __func__,
*result);
//rig_debug(RIG_DEBUG_VERBOSE, "%s: returning result=%s\n", __func__,
// *result);
}
else
{