diff --git a/ide/frames/idestartup_options.pas b/ide/frames/idestartup_options.pas index 6081989001..f198e7936f 100644 --- a/ide/frames/idestartup_options.pas +++ b/ide/frames/idestartup_options.pas @@ -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;