From 1692bbc214d093dba4c9151283c5dab8319053e5 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Wed, 28 Jul 2021 15:12:28 +0200 Subject: [PATCH] Remove debug print --- libafl/src/events/llmp.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libafl/src/events/llmp.rs b/libafl/src/events/llmp.rs index f8cd765f0b..cb73306c34 100644 --- a/libafl/src/events/llmp.rs +++ b/libafl/src/events/llmp.rs @@ -377,8 +377,8 @@ where } => { #[cfg(feature = "std")] println!( - "Received new Testcase from {} ({}) {:?}", - _client_id, client_config, input + "Received new Testcase from {} ({})", + _client_id, client_config ); let _res = if client_config == self.configuration {