Removing unintended logs to the bus's debugger

This commit is contained in:
Anonymus Raccoon
2020-05-14 18:12:29 +02:00
parent efbf009f21
commit 24bcafeea3
4 changed files with 7 additions and 8 deletions
-1
View File
@@ -3,7 +3,6 @@
//
#include <ios>
#include <iostream>
#include "SNES.hpp"
#ifdef DEBUGGER_ENABLED
#include "Debugger/CPU/CPUDebug.hpp"