codetools: reduced debugging

git-svn-id: trunk@21986 -
This commit is contained in:
mattias 2009-10-02 18:57:58 +00:00
parent 1ffd720917
commit 2360f0fed7

View File

@ -3521,7 +3521,7 @@ begin
EndPos:=CurPos.EndPos;
end;
if EndPos<1 then exit;
DebugLn(['TStandardCodeTool.ExtractOperand "',dbgstr(copy(Src,StartPos,EndPOs-StartPos)),'"']);
//DebugLn(['TStandardCodeTool.ExtractOperand "',dbgstr(copy(Src,StartPos,EndPOs-StartPos)),'"']);
Operand:=ExtractCode(StartPos,EndPos,[phpCommentsToSpace]);
if WithoutTrailingPoints then begin
while (Operand<>'') and (Operand[length(Operand)]='.') do