Remove debug lines

This commit is contained in:
Anton Ivashkin 2021-03-11 12:08:19 +03:00
parent 6f7800ecb4
commit 109cb634e1

View File

@ -3769,9 +3769,6 @@ bool StorageReplicatedMergeTree::fetchExistsPart(const String & part_name, const
}
}
if (part_name != "foo")
return false;
SCOPE_EXIT
({
std::lock_guard lock(currently_fetching_parts_mutex);