From 37135e517adf34d656ae1792cc7e449105e5e40a Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 5 May 2010 10:43:18 +0000 Subject: [PATCH] codetools: reduced debugging git-svn-id: trunk@25209 - --- components/codetools/codebeautifier.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/codetools/codebeautifier.pas b/components/codetools/codebeautifier.pas index 840ed2ed37..658d5324e8 100644 --- a/components/codetools/codebeautifier.pas +++ b/components/codetools/codebeautifier.pas @@ -1567,7 +1567,7 @@ begin FillByte(Indent,SizeOf(Indent),0); CleanPos:=FindStartOfAtom(Source,CleanPos); - DebugLn(['TFullyAutomaticBeautifier.GetIndent ']); + //DebugLn(['TFullyAutomaticBeautifier.GetIndent ']); if CleanPos<1 then exit; if UseLineStart and (InsertText='') then begin