removed console.log()
This commit is contained in:
parent
b4ca1e1312
commit
c227be925c
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ class SettingsManager {
|
|||
try {
|
||||
settings = await this.#getSettings()
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
settings = await this.#makeNewSettingsFile()
|
||||
}
|
||||
this.settings = JSON.parse(settings.toString())
|
||||
|
|
Loading…
Reference in a new issue