diff --git a/src/protocols/HTTP/HTTP.cpp b/src/protocols/HTTP/HTTP.cpp index 63b2fe95..fae9d8ae 100644 --- a/src/protocols/HTTP/HTTP.cpp +++ b/src/protocols/HTTP/HTTP.cpp @@ -64,8 +64,6 @@ int16_t HTTPClient::get(const char* url, String& response) { return(state); } - //delay(1000); - // get the response length size_t numBytes = _tl->getNumBytes(); if(numBytes == 0) {