removed console.log()

This commit is contained in:
Djkato 2022-05-05 01:03:21 +02:00
parent b4ca1e1312
commit c227be925c

View file

@ -19,7 +19,6 @@ class SettingsManager {
try { try {
settings = await this.#getSettings() settings = await this.#getSettings()
} catch (error) { } catch (error) {
console.log(error)
settings = await this.#makeNewSettingsFile() settings = await this.#makeNewSettingsFile()
} }
this.settings = JSON.parse(settings.toString()) this.settings = JSON.parse(settings.toString())