From 52b4fc78a3faf9bcc625f4a0dacef3547ae43207 Mon Sep 17 00:00:00 2001 From: Garic <81362493+Garic152@users.noreply.github.com> Date: Sat, 6 Jul 2024 17:24:56 +0200 Subject: [PATCH] Update daemon.c --- src/daemon.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/daemon.c b/src/daemon.c index 4bba853..16eb7bd 100644 --- a/src/daemon.c +++ b/src/daemon.c @@ -147,7 +147,6 @@ void *read_packets(void *arg) { if (is_malicious) { pthread_mutex_lock(&port->mutex); - printf("MALICIOUS CONTENT FOUND!\n"); port->expected_packet_id += 1; pthread_cond_broadcast(&port->cond); pthread_mutex_unlock(&port->mutex);