IdeDebugger: remove warning

This commit is contained in:
Martin 2023-06-01 19:57:15 +02:00
parent 3775b1ee49
commit c583496424

View File

@ -915,7 +915,6 @@ begin
FDebuggerConfigList.LoadFromXml(XMLCfg, 'Debugger/Backends/');
end
else begin
debugln(['TDebuggerOptions.LoadDebuggerProperties importing OLD debugger backend config from environment-opts']);
FDebuggerConfigList.LoadFromOldXml(EnvironmentOptions.XMLCfg, 'EnvironmentOptions/Debugger/', 'EnvironmentOptions/DebuggerFilename/Value');
end;