Skip to content

Commit

Permalink
Update Audio.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
schreibfaul1 committed Jan 19, 2024
1 parent 1562401 commit e6ee006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Audio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3536,7 +3536,7 @@ bool Audio::parseHttpResponseHeader() { // this is the response to a GET / reque
continue;
}

log_i("httpResponseHeader: %s", rhl);
// log_i("httpResponseHeader: %s", rhl);

int16_t posColon = indexOf(rhl, ":", 0); // lowercase all letters up to the colon
if(posColon >= 0) {
Expand Down

0 comments on commit e6ee006

Please sign in to comment.