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;