diff --git a/src/Generator/AST/ASTRecord.cs b/src/Generator/AST/ASTRecord.cs index 68155ea9..ae85436b 100644 --- a/src/Generator/AST/ASTRecord.cs +++ b/src/Generator/AST/ASTRecord.cs @@ -128,9 +128,6 @@ namespace CppSharp.Generators.AST public override bool VisitDeclaration(Declaration decl) { - if(translationUnit.FileName.Contains("Font")) - Console.Write(""); - if (decl.IsIncomplete && decl.CompleteDeclaration != null) decl = decl.CompleteDeclaration;