summaryrefslogtreecommitdiff
path: root/extmod/moduwebsocket.c
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/moduwebsocket.c')
-rw-r--r--extmod/moduwebsocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/moduwebsocket.c b/extmod/moduwebsocket.c
index a9bfd8589..34b520f33 100644
--- a/extmod/moduwebsocket.c
+++ b/extmod/moduwebsocket.c
@@ -200,7 +200,7 @@ STATIC mp_uint_t websocket_read(mp_obj_t self_in, void *buf, mp_uint_t size, int
return 0;
}
- //DEBUG_printf("Finished receiving ctrl message %x, ignoring\n", self->last_flags);
+ // DEBUG_printf("Finished receiving ctrl message %x, ignoring\n", self->last_flags);
continue;
}
}