comment out temporary debugging prints

This commit is contained in:
Michael Becker 2024-08-01 22:53:03 -04:00
parent 2431ffd45a
commit 27f3285239

View File

@ -214,7 +214,7 @@ public class TypeLoader
{ {
if (t.FullName.Contains("Mini.")) if (t.FullName.Contains("Mini."))
{ {
Console.WriteLine(inheritsFromType.FullName + " ? inherits ? " + t.FullName); // Console.WriteLine(inheritsFromType.FullName + " ? inherits ? " + t.FullName);
} }
if (t.IsSubclassOf(inheritsFromType)) if (t.IsSubclassOf(inheritsFromType))
{ {