no stray logs

This commit is contained in:
Tamius Han 2021-04-01 21:44:07 +02:00
parent 624c072bb3
commit 902f880a68

View File

@ -65,7 +65,7 @@ class Settings {
if (!parsedSettings.preventReload && this.onSettingsChanged) {
try {
this.onSettingsChanged();
console.info('Storage changed!');
this.logger?.log('info', 'settings', '[Settings] Update callback finished.')
} catch (e) {
this.logger?.log('error', 'settings', "[Settings] CALLING UPDATE CALLBACK FAILED. Reason:", e)