remove restarting of trace loger in CloseGame, the ToolManager handles this logic just fine

This commit is contained in:
adelikat 2020-07-19 14:05:46 -05:00
parent f7f6839e6c
commit b6cfb9aab7
1 changed files with 0 additions and 5 deletions

View File

@ -3825,11 +3825,6 @@ namespace BizHawk.Client.EmuHawk
StopMovie();
}
if (Tools.IsLoaded<TraceLogger>())
{
Tools.Get<TraceLogger>().Restart();
}
CheatList.SaveOnClose();
Emulator.Dispose();
Emulator = new NullEmulator();