From 27f32852392251695a011a405d3546ab94d37920 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Thu, 1 Aug 2024 22:53:03 -0400 Subject: [PATCH] comment out temporary debugging prints --- framework-dotnet/src/lib/MBS.Core/Reflection/TypeLoader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-dotnet/src/lib/MBS.Core/Reflection/TypeLoader.cs b/framework-dotnet/src/lib/MBS.Core/Reflection/TypeLoader.cs index eeab03f..4aa052e 100644 --- a/framework-dotnet/src/lib/MBS.Core/Reflection/TypeLoader.cs +++ b/framework-dotnet/src/lib/MBS.Core/Reflection/TypeLoader.cs @@ -214,7 +214,7 @@ public class TypeLoader { if (t.FullName.Contains("Mini.")) { - Console.WriteLine(inheritsFromType.FullName + " ? inherits ? " + t.FullName); + // Console.WriteLine(inheritsFromType.FullName + " ? inherits ? " + t.FullName); } if (t.IsSubclassOf(inheritsFromType)) {