From d38ea72e6562a39bac7f53c8f3dd13315bcc552c Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 24 Jul 2008 01:41:47 +0000 Subject: [PATCH] IDE: emoved note git-svn-id: trunk@15853 - --- ide/main.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ide/main.pp b/ide/main.pp index 5f965f88c4..9f853f209a 100644 --- a/ide/main.pp +++ b/ide/main.pp @@ -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