update logging consistency inside the log parser

This commit is contained in:
13xforever 2019-10-24 20:02:04 +05:00
parent f344225cb5
commit ee248d9df5

View File

@ -283,17 +283,13 @@ namespace CompatBot.EventHandlers.LogParsing
"vulkan_gpu", "vulkan_driver_version_raw",
"compat_database_path"
);
#if DEBUG
Console.WriteLine("===== cleared");
#endif
Config.Log.Trace("===== cleared");
}
private static void MarkAsComplete(LogParseState state)
{
state.CompleteCollection = state.WipCollection;
#if DEBUG
Console.WriteLine("----- complete section");
#endif
Config.Log.Trace("----- complete section");
}
private static void MarkAsCompleteAndReset(LogParseState state)