From 94d58399ddec3125aebcf46c9fc83986a60cfc05 Mon Sep 17 00:00:00 2001 From: triton Date: Mon, 9 Sep 2013 23:01:38 +0100 Subject: [PATCH] Removed some unused debugging code. --- src/Generator/AST/ASTRecord.cs | 3 --- 1 file changed, 3 deletions(-) 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;