diff --git a/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.IEmulator.cs b/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.IEmulator.cs index fc8eb4bc34..82fc52e990 100644 --- a/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.IEmulator.cs +++ b/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.IEmulator.cs @@ -54,8 +54,6 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk public void FrameAdvance(IController controller, bool render, bool rendersound) { - Console.WriteLine("-----------------------FRAME-----------------------"); - if (_tracer.Enabled) { cpu.TraceCallback = s => _tracer.Put(s); @@ -321,7 +319,6 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk if (_syncSettings.Filter != "None") { apply_filter(); - Console.WriteLine("works!"); } return _vidbuffer; }