ide: clean up

This commit is contained in:
mattias 2023-07-26 10:51:13 +01:00
parent 586aaa6756
commit 110c35c9a3

View File

@ -79,7 +79,6 @@ implementation
constructor TProjectDebugLink.Create;
begin
DebugLn(['TProjectDebugLink.Create: Project=', FProject]);
FDebuggerProperties := TDebuggerPropertiesConfigList.Create;
FBackendConverterConfig := TIdeDbgValueConvertSelectorList.Create;
FBackendConverterConfig.OnChanged := @BackendConverterConfigChanged;