1
0
Fork 0

Remove test for removed precondition.

This commit is contained in:
Max Neunhoeffer 2017-05-03 11:02:24 +02:00
parent 461b8d6900
commit 85ef2ec94c
1 changed files with 0 additions and 5 deletions

View File

@ -1191,11 +1191,6 @@ int ClusterInfo::createCollectionCoordinator(std::string const& databaseName,
if (result[0].isObject()) {
auto tres = result[0];
if (tres.hasKey(
std::vector<std::string>(
{AgencyCommManager::path(), "Plan", "Collections", databaseName,collectionID}))) {
errorMsg += std::string( "Preexisting collection with ID ") + collectionID;
} else if (
tres.hasKey(
std::vector<std::string>(
{AgencyCommManager::path(), "Supervision"}))) {
for (const auto& s :