chore: remove verbose log

This commit is contained in:
sam hoang 2025-01-05 11:09:16 +07:00 committed by Matt Rubens
parent 352f34d8ce
commit 840276b297

View file

@ -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)
}