diff --git a/public/js/account.js b/public/js/account.js index 7692a6b66..8a9a0c20d 100644 --- a/public/js/account.js +++ b/public/js/account.js @@ -234,7 +234,7 @@ firebase.auth().onAuthStateChanged(function (user) { dbConfigLoaded = true; accountIconLoading(false); applyConfig(dbSnapshot.config); - showNotification('Applying db config',3000); + // showNotification('Applying db config',3000); updateSettingsPage(); saveConfigToCookie(true); } else if (dbSnapshot.config !== undefined) {