Skip to content

Commit 6724aaa

Browse files
author
Veijo Pesonen
committed
Drops commented out code
1 parent 1695cc4 commit 6724aaa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ESP8266/ESP8266.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,6 @@ bool ESP8266::close(int id)
739739
_clear_socket_packets(id);
740740
_smutex.unlock();
741741
// ESP8266 has a habit that it might close a socket on its own.
742-
//debug("ESP8266: socket %d already closed when calling close\n", id);
743742
return true;
744743
}
745744
} else {
@@ -873,8 +872,6 @@ void ESP8266::_oob_connection_status()
873872
"ESP8266::_oob_connection_status: network status timed out\n");
874873
}
875874

876-
//debug("ESP8266::_oob_connection_status: network state changed to WIFI \"%s\" (%d)\n", status, _connection_status);
877-
878875
if(_connection_status_cb) {
879876
_connection_status_cb(NSAPI_EVENT_CONNECTION_STATUS_CHANGE, _connection_status);
880877
}

0 commit comments

Comments
 (0)