IDE: clean up

This commit is contained in:
mattias 2022-10-14 09:43:26 +02:00
parent 4b9fb1e051
commit 9140e0e4a2

View File

@ -150,7 +150,6 @@ begin
ProjectTypeCB.ItemIndex := i;
CheckFPPkgCheckBox.Checked:=FppkgCheck;
debugln(['TIdeStartupFrame.ReadSettings ',CheckFPPkgCheckBox.Checked,' ',FppkgCheck]);
end;
end;
@ -168,7 +167,6 @@ begin
NewProjectTemplateAtStart := pd.Name;
FppkgCheck:=CheckFPPkgCheckBox.Checked;
debugln(['TIdeStartupFrame.WriteSettings FppkgCheck=',FppkgCheck,' ',CheckFPPkgCheckBox.Checked]);
end;
end;