diff --git a/ide/mainbase.pas b/ide/mainbase.pas index fbeaf638a8..c29efbeb9d 100644 --- a/ide/mainbase.pas +++ b/ide/mainbase.pas @@ -1256,7 +1256,7 @@ var M: TIDEMenuSection; s: String; begin - DebugLn('TMainIDEBase.UpdateWindowMenu: enter'); + //DebugLn('TMainIDEBase.UpdateWindowMenu: enter'); WindowsList:=TFPList.Create; // add typical IDE windows at the start of the list for i := 0 to SourceEditorManager.SourceWindowCount - 1 do