Skip to content

Commit

Permalink
fix: remove extraneous logging field
Browse files Browse the repository at this point in the history
  • Loading branch information
JackuB committed Jan 22, 2021
1 parent 3519c48 commit d88bee6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cli/commands/monitor/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ async function monitor(...args0: MethodArgs): Promise<any> {
await spinner(analyzingDepsSpinnerLabel);

// Scan the project dependencies via a plugin

analytics.add('pluginOptions', options);
debug('getDepsFromPlugin ...');

// each plugin will be asked to scan once per path
Expand Down

0 comments on commit d88bee6

Please sign in to comment.