Skip to content

Commit

Permalink
Adjusted message clear
Browse files Browse the repository at this point in the history
  • Loading branch information
snakeice committed Jun 11, 2019
1 parent 52a6cd6 commit d540277
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/core/Boss.Modules.PackageProcessor.pas
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ procedure TBossPackageProcessor.LoadBpls(AProjectPath: string);
LFlag: Integer;
LHnd: NativeUInt;
begin
TProviderMessage.GetInstance.Clear;


LBpls := GetBplList(AProjectPath);
for LBpl in LBpls do
begin
Expand Down Expand Up @@ -122,8 +119,6 @@ procedure TBossPackageProcessor.LoadTools(AProjectPath: string);
LMenu: TMenuItem;
LMenuItem: TMenuItem;
begin
TProviderMessage.GetInstance.Clear;

LMenu := NativeServices.MainMenu.Items.Find('Tools');
LBins := GetBinList(AProjectPath);

Expand All @@ -147,6 +142,7 @@ procedure TBossPackageProcessor.LoadTools(AProjectPath: string);

class procedure TBossPackageProcessor.OnActiveProjectChanged(AProject: string);
begin
TProviderMessage.GetInstance.Clear;
TProviderMessage.GetInstance.WriteLn('Loading packages from project ' + AProject);

GetInstance.UnloadOlds;
Expand Down

0 comments on commit d540277

Please sign in to comment.