virgl: delete commented out fprintf-call

This is just debug-cruft left over. Let's just get rid of it.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-By: Gert Wollny <gert.wollny@collabora.com>
This commit is contained in:
Erik Faye-Lund 2018-08-20 12:45:14 +02:00
parent 9de34b4dde
commit 2ebfa90abe

View file

@ -70,7 +70,6 @@ static inline void virgl_encoder_write_block(struct virgl_cmd_buf *state,
int x;
memcpy(state->buf + state->cdw, ptr, len);
x = (len % 4);
// fprintf(stderr, "[%d] block %d x is %d\n", state->cdw, len, x);
if (x) {
uint8_t *mp = (uint8_t *)(state->buf + state->cdw);
mp += len;