remove output from clock observer
This commit is contained in:
parent
865f2786a8
commit
5c4238e0ee
@ -122,7 +122,6 @@ where
|
|||||||
|
|
||||||
fn post_exec(&mut self, _state: &mut S, _input: &I) -> Result<(), Error> {
|
fn post_exec(&mut self, _state: &mut S, _input: &I) -> Result<(), Error> {
|
||||||
unsafe { self.last_runtime = emu::libafl_get_clock() };
|
unsafe { self.last_runtime = emu::libafl_get_clock() };
|
||||||
#[cfg(debug_assertions)] println!("Observer Clock: {}",self.last_runtime());
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user