nes: MMC5: clean up debug message

This commit is contained in:
goyuken 2014-07-28 17:51:24 +00:00
parent 2ac9395a37
commit 9196400b70
1 changed files with 0 additions and 1 deletions

View File

@ -712,7 +712,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
irq_counter++;
if (irq_counter == irq_target)
{
Console.WriteLine("IRQ @{0}", irq_target);
irq_pending = true;
SyncIRQ();
}