Unverified Commit e6ee006b authored by Wolle's avatar Wolle Committed by GitHub

Update Audio.cpp

parent 15624017
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment