Update output of example-tls-client in its readme

This commit is contained in:
Manuel Pégourié-Gonnard 2015-08-18 20:38:22 +02:00
parent 0819e6f50c
commit 1a18aaecde
2 changed files with 13 additions and 11 deletions

View file

@ -495,7 +495,6 @@ void app_start(int, char*[]) {
hello = new HelloHTTPS(HTTPS_SERVER_NAME, HTTPS_SERVER_PORT);
printf("\r\n\r\n");
printf("Client IP Address is %s\r\n", eth.getIPAddress());
mbed::FunctionPointer1<void, const char*> fp(hello, &HelloHTTPS::startTest);