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:
parent
165ea7d57b
commit
5415e57c8e
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue