Browse Source

chore: remove verbose log

sam hoang 1 year ago
parent
commit
840276b297
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/core/config/ConfigManager.ts

+ 0 - 1
src/core/config/ConfigManager.ts

@@ -29,7 +29,6 @@ export class ConfigManager {
   async initConfig(): Promise<void> {
     try {
       const config = await this.readConfig()
-      console.log("config", config)
       if (!config) {
         await this.writeConfig(this.defaultConfig)
       }