mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
Remove debug output
This commit is contained in:
parent
3b421acae2
commit
42cf8f3676
@ -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 = {};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user