mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
chore: remove verbose log
This commit is contained in:
@@ -29,7 +29,6 @@ export class ConfigManager {
|
|||||||
async initConfig(): Promise<void> {
|
async initConfig(): Promise<void> {
|
||||||
try {
|
try {
|
||||||
const config = await this.readConfig()
|
const config = await this.readConfig()
|
||||||
console.log("config", config)
|
|
||||||
if (!config) {
|
if (!config) {
|
||||||
await this.writeConfig(this.defaultConfig)
|
await this.writeConfig(this.defaultConfig)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user