ti99: Forgot to remove the logerror. (nw)

This commit is contained in:
Michael Zapf 2018-08-21 00:07:17 +02:00
parent 5a2dce71f7
commit 9065be1855

View File

@ -141,7 +141,6 @@ gromport_device::gromport_device(const machine_config &mconfig, const char *tag,
*/
READ8Z_MEMBER(gromport_device::readz)
{
logerror("mask = %04x\n", m_mask);
if (m_connector != nullptr)
{
m_connector->readz(space, offset & m_mask, value);