提交 74a77944 编写于 作者: J Jared Parsons 提交者: Jared Parsons

Disable Jenkins logging until needed again

上级 f5420759
......@@ -100,14 +100,6 @@ private static void WriteLogFile(Options options)
Console.WriteLine(ex);
}
// This is deliberately being checked in on a temporary basis. Need to see how this data behaves in the commit
// queue and the easiest way is to dump to the console. Once the commit queue behavior is verified this will
// be deleted.
if (Constants.IsJenkinsRun)
{
Logger.WriteTo(Console.Out);
}
Logger.Clear();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册