diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-10-09 14:10:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-09 14:10:24 -0700 |
| commit | 375676ff58c0cc887007dec4d7885c3120c53aa2 (patch) | |
| tree | 3e99e34d2721ada304a2007c06446d47bc67effa /shared-bindings/socketpool/SocketPool.c | |
| parent | 699f19f44a7b8ed5b5b678001fb94f5491459c76 (diff) | |
| parent | ccbc15046a818094124565667d9687ff41e1b0a8 (diff) | |
Merge pull request #3501 from hierophect/esp32-analogin
ESP32S2: Add AnalogIn
Diffstat (limited to 'shared-bindings/socketpool/SocketPool.c')
| -rw-r--r-- | shared-bindings/socketpool/SocketPool.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shared-bindings/socketpool/SocketPool.c b/shared-bindings/socketpool/SocketPool.c index 9f56e8c7e..527cf7e98 100644 --- a/shared-bindings/socketpool/SocketPool.c +++ b/shared-bindings/socketpool/SocketPool.c @@ -37,8 +37,6 @@ #include "shared-bindings/socketpool/Socket.h" #include "shared-bindings/socketpool/SocketPool.h" -static const char* TAG = "socketpool binding"; - //| class SocketPool: //| """A pool of socket resources available for the given radio. Only one //| SocketPool can be created for each radio. @@ -121,7 +119,6 @@ STATIC mp_obj_t socketpool_socketpool_getaddrinfo(size_t n_args, const mp_obj_t } if (ip_str == mp_const_none) { - ESP_EARLY_LOGW(TAG, "no ip str"); mp_raise_OSError(0); } |
