12 lines
386 B
Diff
12 lines
386 B
Diff
diff --git a/src/ws.c b/src/ws.c
|
|
index 0916d9b..69b9058 100644
|
|
--- a/src/ws.c
|
|
+++ b/src/ws.c
|
|
@@ -1698,7 +1698,6 @@ int ws_socket(struct ws_events *evs, uint16_t port, int thread_loop,
|
|
listen(*sock, MAX_CLIENTS);
|
|
|
|
/* Wait for incoming connections. */
|
|
- printf("Waiting for incoming connections...\n");
|
|
memset(client_socks, -1, sizeof(client_socks));
|
|
|
|
/* Accept connections. */
|