remove duplicated cloudiness output

This commit is contained in:
Th1nkMore 2023-04-16 15:56:03 +08:00 committed by bernat
parent 70a8ca831b
commit 9fefb127a6
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ namespace rpc {
std::ostream &operator<<(std::ostream &out, const WeatherParameters &weather) {
out << "WeatherParameters(cloudiness=" << std::to_string(weather.cloudiness)
<< ", cloudiness=" << std::to_string(weather.cloudiness)
<< ", precipitation=" << std::to_string(weather.precipitation)
<< ", precipitation_deposits=" << std::to_string(weather.precipitation_deposits)
<< ", wind_intensity=" << std::to_string(weather.wind_intensity)