Browse Source

Disable resolver log again.

pull/1612/head
Daniel Grunwald 6 years ago
parent
commit
7223806967
  1. 2
      ICSharpCode.Decompiler/CSharp/Resolver/Log.cs

2
ICSharpCode.Decompiler/CSharp/Resolver/Log.cs

@ -29,7 +29,7 @@ namespace ICSharpCode.Decompiler.CSharp.Resolver @@ -29,7 +29,7 @@ namespace ICSharpCode.Decompiler.CSharp.Resolver
/// </summary>
static class Log
{
const bool logEnabled = true;
const bool logEnabled = false;
#if __MonoCS__
[Conditional("MCS_DEBUG")]
#else

Loading…
Cancel
Save