remove output from clock observer

This commit is contained in:
Alwin Berger 2022-04-11 22:59:06 +02:00
parent 865f2786a8
commit 5c4238e0ee

View File

@ -122,7 +122,6 @@ where
fn post_exec(&mut self, _state: &mut S, _input: &I) -> Result<(), Error> {
unsafe { self.last_runtime = emu::libafl_get_clock() };
#[cfg(debug_assertions)] println!("Observer Clock: {}",self.last_runtime());
Ok(())
}
}