summaryrefslogtreecommitdiff
path: root/shared-bindings/socketpool/SocketPool.c
diff options
context:
space:
mode:
authorLucian Copeland <hierophect@gmail.com>2020-09-28 18:59:29 -0400
committerLucian Copeland <hierophect@gmail.com>2020-09-30 11:26:07 -0400
commit66b8559fd4e4ea7d50adb12a87b7bac208b5fc16 (patch)
treedc1302aed21c520d0083b799916a6334fb0dcae7 /shared-bindings/socketpool/SocketPool.c
parentd6da406d0f05d47dff551ad91b4723f487808f79 (diff)
Change submodule, rework all includes
Diffstat (limited to 'shared-bindings/socketpool/SocketPool.c')
-rw-r--r--shared-bindings/socketpool/SocketPool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-bindings/socketpool/SocketPool.c b/shared-bindings/socketpool/SocketPool.c
index 0eeebd691..9f56e8c7e 100644
--- a/shared-bindings/socketpool/SocketPool.c
+++ b/shared-bindings/socketpool/SocketPool.c
@@ -37,7 +37,6 @@
#include "shared-bindings/socketpool/Socket.h"
#include "shared-bindings/socketpool/SocketPool.h"
-#include "esp_log.h"
static const char* TAG = "socketpool binding";
//| class SocketPool: