8000 remove comment · APokorny/arduino-esp32@826fad3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 826fad3

Browse files
committed
remove comment
1 parent d03508f commit 826fad3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libraries/HTTPClient/src/HTTPClient.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,7 @@ bool HTTPClient::begin(String host, uint16_t port, String uri, const char* CAcer
218218
return false;
219219
}
220220
_transportTraits = TransportTraitsPtr(new TLSTraits(CAcert, cli_cert, cli_key));
221-
// //Serial.printf("[HTTP-Client][begin] host: %s port: %d url: %s httpsFingerprint: %s", host.c_str(), port, uri.c_str(),
222-
// httpsFingerprint.c_str());
223-
return true;
221+
return true;
224222
}
225223

226224
/**

0 commit comments

Comments
 (0)
0