updr150: Get rid of a redundant debug message.

This commit is contained in:
Solomon Peachy 2015-05-29 14:04:46 -04:00
parent 178fe66bb6
commit 9112d21de4
1 changed files with 0 additions and 2 deletions

View File

@ -233,8 +233,6 @@ top:
i += sizeof(uint32_t);
if (dyesub_debug)
DEBUG("Sending %u bytes to printer @ %i\n", len, i);
if ((ret = send_data(ctx->dev, ctx->endp_down,
ctx->databuf + i, len)))
return CUPS_BACKEND_FAILED;