From 7223806967ddef3b61e0db24cd8a3618e39e57a6 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Thu, 25 Jul 2019 00:31:54 +0200 Subject: [PATCH] Disable resolver log again. --- ICSharpCode.Decompiler/CSharp/Resolver/Log.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICSharpCode.Decompiler/CSharp/Resolver/Log.cs b/ICSharpCode.Decompiler/CSharp/Resolver/Log.cs index 8b922253f..e8884a0e0 100644 --- a/ICSharpCode.Decompiler/CSharp/Resolver/Log.cs +++ b/ICSharpCode.Decompiler/CSharp/Resolver/Log.cs @@ -29,7 +29,7 @@ namespace ICSharpCode.Decompiler.CSharp.Resolver /// static class Log { - const bool logEnabled = true; + const bool logEnabled = false; #if __MonoCS__ [Conditional("MCS_DEBUG")] #else