comment out temporary debugging prints
This commit is contained in:
parent
2431ffd45a
commit
27f3285239
@ -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))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user