1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

websocket: remove obsolete debugging comment

This commit is contained in:
Steffen Vogel 2019-01-17 20:28:53 +01:00
parent 165ea7d57b
commit 5415e57c8e

View file

@ -378,9 +378,6 @@ int websocket_type_start(struct super_node *sn)
vlist_init(&connections);
web = super_node_get_web(sn);
info("web state: %d", web_get_state(web));
if (web_get_state(web) != STATE_STARTED)
return -1;