Remove misleading and confusing error message

This commit is contained in:
Magne Sjaastad
2024-10-29 10:29:29 +01:00
parent 2814b92055
commit 4f921b62b6

View File

@@ -681,8 +681,6 @@ const std::vector<std::vector<double>>&
}
}
RiaLogging::error( "Requested parameter does not exists in stimPlan data" );
static std::vector<std::vector<double>> emptyVector;
return emptyVector;
}