remove debug log line
This commit is contained in:
@@ -427,9 +427,6 @@ public class CppDeclarationGenerator
|
||||
/// <param name="ti"></param>
|
||||
public void IncludeType(TypeInfo ti)
|
||||
{
|
||||
if (ti.Name.Contains("UQueryState"))
|
||||
Console.WriteLine("meow");
|
||||
|
||||
if (_visitedTypes.Contains(ti))
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user