mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 20:30:41 +02:00
IDE: reduced verbosity
git-svn-id: trunk@14340 -
This commit is contained in:
parent
22bd534fe8
commit
0840e778f1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user