remove print from lib internals (#384)
This commit is contained in:
parent
fd5e793e57
commit
8b9f298674
@ -886,8 +886,6 @@ where
|
||||
core_affinity::set_for_current(core_id);
|
||||
}
|
||||
|
||||
println!("We're a client, let's fuzz :)");
|
||||
|
||||
// If we're restarting, deserialize the old state.
|
||||
let (state, mut mgr) = if let Some((state, mgr_description)) = staterestorer.restore()? {
|
||||
(
|
||||
|
@ -388,8 +388,6 @@ where
|
||||
StateRestorer::from_env(shmem_provider, _ENV_FUZZER_SENDER)?
|
||||
};
|
||||
|
||||
println!("We're a client, let's fuzz :)");
|
||||
|
||||
// If we're restarting, deserialize the old state.
|
||||
let (state, mgr) = match staterestorer.restore::<S>()? {
|
||||
None => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user