From ffc90a64b52d4e7bfc0d9fa0a379ada4008f4fae Mon Sep 17 00:00:00 2001 From: vargburz Date: Wed, 11 May 2022 16:19:39 +0300 Subject: [PATCH] remove logs --- src/models/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/options.ts b/src/models/options.ts index 642250f..1db96d9 100644 --- a/src/models/options.ts +++ b/src/models/options.ts @@ -94,7 +94,7 @@ export class Options { // check each condition and return false if something goes wrong for (let [conditionIdx, metric] of icon.metrics.entries()) { - const value = this.getLastValueFromMetrics(metric, `Icon ${iconIdx + 1}, Condition ${conditionIdx}`); + const value = this.getLastValueFromMetrics(metric, `Icon ${iconIdx + 1}, Condition ${conditionIdx + 1}`); if(value === null || value === undefined) { // TODO: may be throw an error return false;