mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 09:59:32 +02:00
codetools: reduced debugging
git-svn-id: trunk@23278 -
This commit is contained in:
parent
a1f22a3dff
commit
0c612af90c
@ -848,7 +848,7 @@ begin
|
||||
// convert line ending to disk line ending
|
||||
if (DiskLineEnding<>'') and (LineEnding <> DiskLineEnding) then begin
|
||||
s := ChangeLineEndings(s, DiskLineEnding);
|
||||
DebugLn(['TSourceLog.SaveToFile ',Filename]);
|
||||
//DebugLn(['TSourceLog.SaveToFile ',Filename]);
|
||||
end;
|
||||
if s <> '' then
|
||||
fs.Write(s[1], length(s));
|
||||
|
Loading…
Reference in New Issue
Block a user