chore(cpu): disable logging by default

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-04-23 23:31:03 -05:00
parent 6f4f872765
commit 4ab59007f9
1 changed files with 3 additions and 3 deletions

View File

@ -88,9 +88,9 @@ impl Cpu {
}
pub fn step(&mut self) -> Cycle {
if !self.bus.boot_enabled() {
self.log_state().unwrap();
}
// if !self.bus.boot_enabled() {
// self.log_state().unwrap();
// }
let cycles = match self.halted() {
Some(state) => {