remove print from lib internals (#384)

This commit is contained in:
Toka 2021-11-17 20:50:47 +09:00 committed by GitHub
parent fd5e793e57
commit 8b9f298674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -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()? {
(

View File

@ -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 => {