mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 13:39:18 +02:00
IDE: emoved note
git-svn-id: trunk@15853 -
This commit is contained in:
parent
4969fb1643
commit
d38ea72e65
@ -8296,9 +8296,8 @@ begin
|
||||
AnUnitInfo:=Project1.UnitWithEditorIndex(i);
|
||||
if AnUnitInfo = nil
|
||||
then begin
|
||||
{$NOTE ToDo: EditorIndex/Source editor inconsistency: fix the real bug, see http://bugs.freepascal.org/view.php?id=10171}
|
||||
DebugLn('TMainIDE.DoSaveProject - unit not found for page %d', [i]);
|
||||
DumpStack;
|
||||
DebugLn('TMainIDE.DoSaveProject - unit not found for page %d', [i])
|
||||
end else begin
|
||||
if AnUnitInfo.IsVirtual
|
||||
then begin
|
||||
|
Loading…
Reference in New Issue
Block a user