diff options
| author | Lucian Copeland <hierophect@gmail.com> | 2020-10-06 13:29:12 -0400 |
|---|---|---|
| committer | Lucian Copeland <hierophect@gmail.com> | 2020-10-06 13:29:12 -0400 |
| commit | 68cb384f8faed451c3e31a83ae087646b0c0a9f6 (patch) | |
| tree | 895e71507d62f9e6e8c7039d44e380167f999153 /shared-bindings/socketpool/SocketPool.c | |
| parent | f90eb23db1217e60e7e5be5b7d5e3c5d079ea8cc (diff) | |
Remove logging from shared-bindings, fix translations, revert config target macro
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); } |
