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