h8 watchdog: remove logging no really needed anymore

This commit is contained in:
Olivier Galibert 2020-11-30 14:00:39 +01:00
parent 7776021e40
commit cda4ab6526

View File

@ -68,10 +68,7 @@ void h8_watchdog_device::tcnt_update(uint64_t cur_time)
uint16_t h8_watchdog_device::wd_r()
{
if (!machine().side_effects_disabled())
{
tcnt_update();
logerror("read\n");
}
return (tcsr << 8) | tcnt;
}