From 15632c8a6c6c21044175cd7bbb3802f40b88668c Mon Sep 17 00:00:00 2001 From: Austin Fahsl Date: Thu, 8 Sep 2022 16:39:56 -0400 Subject: [PATCH] chore(run): remove unused local variable --- core/command/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/command/index.js b/core/command/index.js index 3336a42c5b7..3838bd79cb5 100644 --- a/core/command/index.js +++ b/core/command/index.js @@ -191,7 +191,7 @@ class Command { } configureLogging() { - const { loglevel, verbose } = this.options; + const { loglevel } = this.options; if (loglevel) { log.level = loglevel;