fix code syle

This commit is contained in:
taiyang-li 2022-04-21 18:31:13 +08:00
parent ad9e683356
commit 883139ff69

View File

@ -184,7 +184,6 @@ public:
raw_read_buf = get_raw_read_buf();
if (read_settings.remote_fs_prefetch)
{
std::cout << "start prefetch" << std::endl;
raw_read_buf->prefetch();
}
}