xmlcfg: reduced debugging

git-svn-id: trunk@22996 -
This commit is contained in:
mattias 2009-12-06 10:22:00 +00:00
parent a0ff72d2f1
commit 4ee886db0d

View File

@ -155,7 +155,7 @@ procedure TXMLConfig.Flush;
begin
if Modified and (Filename<>'') then
begin
DebugLn(['TXMLConfig.Flush ',Filename]);
//DebugLn(['TXMLConfig.Flush ',Filename]);
WriteXMLFile(doc, Filename);
FModified := False;
end;