(nw) i8085.cpp: Remove leftover logerror() (#6698)

This commit is contained in:
Frank Palazzolo 2020-05-14 11:17:01 -04:00 committed by GitHub
parent 062276b0f8
commit 9197ca4826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -878,7 +878,6 @@ void i8085a_cpu_device::execute_run()
check_for_interrupts();
m_in_acknowledge = false;
logerror("PC=%04X\n", m_PC.d);
debugger_instruction_hook(m_PC.d);
/* here we go... */