mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Remove noisy logging
This commit is contained in:
parent
3067c1d723
commit
f37519aa3b
@ -198,10 +198,6 @@ bool ReadBufferFromRemoteFSGather::readImpl()
|
||||
bytes_to_ignore = 0;
|
||||
}
|
||||
|
||||
LOG_TEST(
|
||||
log, "with cache: {}, query_id: {}, read-only: {}",
|
||||
with_cache, query_id, settings.read_from_filesystem_cache_if_exists_otherwise_bypass_cache);
|
||||
|
||||
if (!result)
|
||||
result = current_buf->next();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user