Removed log of missing variable in debug build.

This commit is contained in:
stephh 2008-10-09 23:22:29 +00:00
parent 661cab1a44
commit 854005e78a

View File

@ -639,10 +639,6 @@ static READ16_HANDLER( yesnoj_input_r )
static READ16_HANDLER( yesnoj_dsw_r )
{
#ifdef MAME_DEBUG
logerror("CPU #0 PC = %06x: read yesnoj DSW %01x\n", activecpu_get_pc(), yesnoj_dsw);
#endif
return input_port_read(machine, "DSWA");
}