From 7f9b210bbdd7a78601cf5508160f615816644801 Mon Sep 17 00:00:00 2001 From: Marc Hernandez Date: Mon, 27 May 2024 16:50:45 -0700 Subject: [PATCH] Comment out detailed CLR logging --- logging/Log.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging/Log.cs b/logging/Log.cs index 05a5145..433fba3 100644 --- a/logging/Log.cs +++ b/logging/Log.cs @@ -79,7 +79,7 @@ static public class log static log() { - //* + /* { var start = new ThreadStart( StartGCWatcher );