kopia lustrzana https://github.com/Hamlib/Hamlib
Remove debug from barrett.c to prevent compilation warning
rodzic
d54f5a1c34
commit
82a915563b
|
@ -163,8 +163,8 @@ int barrett_transaction(RIG *rig, char *cmd, int expected, char **result)
|
||||||
strtok_r(*result, "\r", &dummy);
|
strtok_r(*result, "\r", &dummy);
|
||||||
}
|
}
|
||||||
|
|
||||||
rig_debug(RIG_DEBUG_VERBOSE, "%s: returning result=%s\n", __func__,
|
//rig_debug(RIG_DEBUG_VERBOSE, "%s: returning result=%s\n", __func__,
|
||||||
*result);
|
// *result);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue