aboutsummaryrefslogtreecommitdiffstats
path: root/util/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/net.c')
-rw-r--r--util/net.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/net.c b/util/net.c
index f9e4a13..e7c6288 100644
--- a/util/net.c
+++ b/util/net.c
@@ -426,7 +426,6 @@ int net_subsystem(void)
cJSON *event = cJSON_ParseWithLength(inbuf, rlen);
if(!event) {
- fwrite(inbuf, rlen, sizeof(char), stdout);
print(LOG_ERR "net: dropped malformed frame");
goto sockpoll_continue;
}