8000 VV-3453 Remove logging due to spam · abelsensors/esp32_https_server@f791fd8 · GitHub
[go: up one dir, main page]

Skip to content

Commit f791fd8

Browse files
committed
VV-3453 Remove logging due to spam
1 parent b5412cf commit f791fd8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/HTTPConnection.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,6 @@ int HTTPConnection::updateBuffer() {
177177

178178
if (_bufferUnusedIdx < HTTPS_CONNECTION_DATA_CHUNK_SIZE) {
179179
if (canReadData()) {
180-
181-
HTTPS_LOGD("Data on Socket FID=%d", _socket);
182-
183180
int readReturnCode;
184181

185182
// The return code of SSL_read means:

0 commit comments

Comments
 (0)
0