Intellivision - turn off logging

This commit is contained in:
adelikat 2017-02-08 17:26:30 -06:00
parent 2868d921e0
commit eb1f477f9d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace BizHawk.Emulation.Cores.Components.CP1610
public Func<ushort, ushort> ReadMemory;
public Func<ushort, ushort, bool> WriteMemory;
private static bool Logging = true;
private static bool Logging = false;
private static readonly StreamWriter Log;
public void SyncState(Serializer ser)