diff --git a/ide/buildmanager.pas b/ide/buildmanager.pas index c66974b16b..25bfb88e01 100644 --- a/ide/buildmanager.pas +++ b/ide/buildmanager.pas @@ -1661,7 +1661,6 @@ begin SubDir:=BackupInfo.SubDirectory; if BackupInfo.SubDirectory<>'' then GlobalMacroList.SubstituteStr(SubDir); - debugln(['TBuildManager.BackupFile SubDir="',SubDir,'"']); if SubDir<>'' then begin if not FilenameIsAbsolute(SubDir) then SubDir:=TrimFilename(FilePath+SubDir);