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
/// </summary> /// </summary>
static class Log static class Log
{ {
const bool logEnabled = true; const bool logEnabled = false;
#if __MonoCS__ #if __MonoCS__
[Conditional("MCS_DEBUG")] [Conditional("MCS_DEBUG")]
#else #else

Loading…
Cancel
Save