IDE: reduced verbosity

git-svn-id: trunk@14340 -
This commit is contained in:
mattias 2008-03-01 12:16:11 +00:00
parent 22bd534fe8
commit 0840e778f1

View File

@ -6717,7 +6717,7 @@ var ActiveSrcEdit: TSourceEditor;
ACaption, AText: string;
i: integer;
begin
debugln('TMainIDE.DoCloseEditorFile A PageIndex=',IntToStr(PageIndex));
//debugln('TMainIDE.DoCloseEditorFile A PageIndex=',IntToStr(PageIndex));
Result:=mrCancel;
GetUnitWithPageIndex(PageIndex,ActiveSrcEdit,ActiveUnitInfo);
if ActiveUnitInfo=nil then begin