t/io_uring: get rid of old debug printfs
authorJens Axboe <axboe@kernel.dk>
Tue, 5 Oct 2021 12:58:07 +0000 (06:58 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 5 Oct 2021 12:58:07 +0000 (06:58 -0600)
commit09ee86fa431939cb8f634e9ee8e1fc8d9302ea59
tree957202ff8d18852d935b801fc2e256387a6bfc05
parent7e847fd05fd39f9b3bd57e0b091f10189014c694
t/io_uring: get rid of old debug printfs

We don't really care about the sq/cq ring pointers, that was something
I originally added as this test tool was the first one that I wrote to
bring up io_uring and help debug ring issues.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
t/io_uring.c