Remove debug print

This commit is contained in:
Andrea Fioraldi 2021-07-28 15:12:28 +02:00
parent 0bd292f2ae
commit 1692bbc214

View File

@ -377,8 +377,8 @@ where
} => { } => {
#[cfg(feature = "std")] #[cfg(feature = "std")]
println!( println!(
"Received new Testcase from {} ({}) {:?}", "Received new Testcase from {} ({})",
_client_id, client_config, input _client_id, client_config
); );
let _res = if client_config == self.configuration { let _res = if client_config == self.configuration {