Skip to content

Commit

Permalink
solar_forecast: Remove unused logging
Browse files Browse the repository at this point in the history
  • Loading branch information
borg42 committed Aug 15, 2024
1 parent b351c53 commit fd6d55d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions software/src/modules/solar_forecast/solar_forecast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -470,9 +470,6 @@ void SolarForecast::update()

if (download_complete) {
if(download_state == SF_DOWNLOAD_STATE_OK) {
//json_buffer[json_buffer_position] = 0;
//logger.printfln("buffer: %s", json_buffer);

// Deserialize json received from API
deserialize_data();
}
Expand Down

0 comments on commit fd6d55d

Please sign in to comment.