GB Memory: Remove debugging code that got left in by accident

This commit is contained in:
Jeffrey Pfau 2016-06-01 03:09:23 -07:00
parent 59938208ab
commit c313f09518
1 changed files with 0 additions and 1 deletions

View File

@ -959,7 +959,6 @@ void _GBHuC3(struct GBMemory* memory, uint16_t address, uint8_t value) {
}
break;
case 0x1:
mLOG(GB_MBC, STUB, "Bank switch %02X", value);
_switchBank(memory, bank);
break;
case 0x2: