codetools: reduced debugging

git-svn-id: trunk@25209 -
This commit is contained in:
mattias 2010-05-05 10:43:18 +00:00
parent ff8ec805a1
commit 37135e517a

View File

@ -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