From e85d92f195ab3eef7e24e99d8fb2b9292e0321e6 Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 25 Jun 2013 15:52:28 +0000 Subject: [PATCH] codetools: clean up git-svn-id: trunk@41898 - --- components/codetools/codecompletiontool.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/codetools/codecompletiontool.pas b/components/codetools/codecompletiontool.pas index 99814b6a33..380e1f6ef5 100644 --- a/components/codetools/codecompletiontool.pas +++ b/components/codetools/codecompletiontool.pas @@ -8363,7 +8363,7 @@ begin OnlyNode:=nil else OnlyNode:=FCompletingCursorNode; - debugln(['TCodeCompletionCodeTool.CreateMissingClassProcBodies Beauty.UpdateAllMethodSignatures=',Beauty.UpdateAllMethodSignatures,' ',OnlyNode<>nil]); + //debugln(['TCodeCompletionCodeTool.CreateMissingClassProcBodies Beauty.UpdateAllMethodSignatures=',Beauty.UpdateAllMethodSignatures,' ',OnlyNode<>nil]); if not UpdateProcBodySignatures(ClassProcs,ProcBodyNodes,ProcAttrDefToBody, ProcsCopied,OnlyNode) then exit;