[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 620c97fe1249d231cc650
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-01-28 20:36:16
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via 620c97fe1249d231cc65086a1a1405a8305f9819 (commit) from 0d6958781ded6093395b0e31ea57ecaf3f9d8dd3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 620c97fe1249d231cc65086a1a1405a8305f9819 Author: Michael Black W9MDB <mdb...@ya...> Date: Thu Jan 28 14:35:53 2021 -0600 Remove debug from rigctl.c diff --git a/tests/rigctl.c b/tests/rigctl.c index 4411a6ea..cb94a4fd 100644 --- a/tests/rigctl.c +++ b/tests/rigctl.c @@ -615,7 +615,6 @@ int main(int argc, char *argv[]) exitcode = 2; } - rig_debug(RIG_DEBUG_ERR, "%s: XXXXXXXXX#1 retcode=%d\n", __func__, retcode); if (retcode == -RIG_EIO || retcode == 2) { rig_debug(RIG_DEBUG_ERR, "%s: i/o error\n", __func__) ----------------------------------------------------------------------- Summary of changes: tests/rigctl.c | 1 - 1 file changed, 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |