Skip to content

Commit

Permalink
chore(run): remove unused local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fahslaj committed Sep 8, 2022
1 parent 96a6bf1 commit 15632c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/command/index.js
Expand Up @@ -191,7 +191,7 @@ class Command {
}

configureLogging() {
const { loglevel, verbose } = this.options;
const { loglevel } = this.options;

if (loglevel) {
log.level = loglevel;
Expand Down

0 comments on commit 15632c8

Please sign in to comment.