remove duplicated cloudiness output
This commit is contained in:
parent
70a8ca831b
commit
9fefb127a6
|
@ -13,7 +13,6 @@ namespace rpc {
|
||||||
|
|
||||||
std::ostream &operator<<(std::ostream &out, const WeatherParameters &weather) {
|
std::ostream &operator<<(std::ostream &out, const WeatherParameters &weather) {
|
||||||
out << "WeatherParameters(cloudiness=" << std::to_string(weather.cloudiness)
|
out << "WeatherParameters(cloudiness=" << std::to_string(weather.cloudiness)
|
||||||
<< ", cloudiness=" << std::to_string(weather.cloudiness)
|
|
||||||
<< ", precipitation=" << std::to_string(weather.precipitation)
|
<< ", precipitation=" << std::to_string(weather.precipitation)
|
||||||
<< ", precipitation_deposits=" << std::to_string(weather.precipitation_deposits)
|
<< ", precipitation_deposits=" << std::to_string(weather.precipitation_deposits)
|
||||||
<< ", wind_intensity=" << std::to_string(weather.wind_intensity)
|
<< ", wind_intensity=" << std::to_string(weather.wind_intensity)
|
||||||
|
|
Loading…
Reference in New Issue