From 1bf9dc728afd3942c55dea5ca837c28af6b952af Mon Sep 17 00:00:00 2001 From: Baku Hashimoto Date: Thu, 12 Oct 2023 03:27:58 +0900 Subject: [PATCH] Delete logging --- src/Tethr.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Tethr.ts b/src/Tethr.ts index f249d40..a6c9fd5 100644 --- a/src/Tethr.ts +++ b/src/Tethr.ts @@ -151,7 +151,6 @@ export abstract class Tethr for (const [name, value] of sortedConfigs) { // NOTE: this might be converted to parallel execution in the future - console.log('setting', name, value) await this.set(name, value) // The delay is necessary to avoid "busy" error