diag_io.c: remove left-over 'rc=%d' print

This commit is contained in:
Harald Welte 2017-01-02 00:52:29 +01:00
parent 0eb2ef1a26
commit 02f7f3af76
1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@ struct msgb *diag_transceive_msg(struct diag_instance *di, struct msgb *tx)
rx = diag_read_msg(di);
if (rx) {
rc = diag_process_msg(di, rx);
printf("rc = %d\n", rc);
if (rc == 0)
return rx;
}