Remove debug output

This commit is contained in:
Alexey Milovidov 2021-08-06 00:04:54 +03:00
parent 3b421acae2
commit 42cf8f3676

View File

@ -118,7 +118,7 @@ off_t AsynchronousReadBufferFromFileDescriptor::seek(off_t offset, int whence)
{
if (prefetch_future.valid())
{
std::cerr << "Ignoring prefetched data" << "\n";
//std::cerr << "Ignoring prefetched data" << "\n";
prefetch_future.wait();
prefetch_future = {};
}