mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
chore: remove verbose log
This commit is contained in:
parent
352f34d8ce
commit
840276b297
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue