zketech-ebd-usb: Drop unneeded log message.

The number of bytes sent is already logged by the libsigrok serial code.
This commit is contained in:
Uwe Hermann 2018-04-08 20:56:34 +02:00
parent b4bf6b3b4f
commit d4b3f44fa7
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ static int send_cmd(struct sr_serial_dev_inst *serial, uint8_t buf[], size_t cou
sr_err("Error sending command: %d.", ret);
return ret;
}
sr_dbg("Sent %d bytes.", ret);
return (ret == (int)count) ? SR_OK : SR_ERR;
}