From 840276b2976e5c29a4a040b2be2e8ac43c5ca224 Mon Sep 17 00:00:00 2001 From: sam hoang Date: Sun, 5 Jan 2025 11:09:16 +0700 Subject: [PATCH] chore: remove verbose log --- src/core/config/ConfigManager.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/config/ConfigManager.ts b/src/core/config/ConfigManager.ts index 9082cf7..960babe 100644 --- a/src/core/config/ConfigManager.ts +++ b/src/core/config/ConfigManager.ts @@ -29,7 +29,6 @@ export class ConfigManager { async initConfig(): Promise { try { const config = await this.readConfig() - console.log("config", config) if (!config) { await this.writeConfig(this.defaultConfig) }