mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 11:02:08 +00:00
Remove debug lines
This commit is contained in:
parent
6f7800ecb4
commit
109cb634e1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user