Remove debug print
This commit is contained in:
parent
0bd292f2ae
commit
1692bbc214
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user