scpi.c: Drop an unneeded log message.
The IDN string is already logged by sr_scpi_get_string().
This commit is contained in:
parent
0c8aedb543
commit
1c5adc5ff7
|
@ -918,8 +918,6 @@ SR_PRIV int sr_scpi_get_hw_id(struct sr_scpi_dev_inst *scpi,
|
|||
if (ret != SR_OK && !response)
|
||||
return ret;
|
||||
|
||||
sr_info("Got IDN string: '%s'", response);
|
||||
|
||||
/*
|
||||
* The response to a '*IDN?' is specified by the SCPI spec. It contains
|
||||
* a comma-separated list containing the manufacturer name, instrument
|
||||
|
|
Loading…
Reference in New Issue