removed log

This commit is contained in:
Jack 2020-08-14 01:03:06 +01:00
parent ba1fc7748d
commit c6fa51eba3

View file

@ -83,7 +83,7 @@ async function saveConfigToDB() {
accountIconLoading(true);
saveConfig({ uid: firebase.auth().currentUser.uid, obj: config }).then(
(d) => {
console.log(d.data);
// console.log(d.data);
accountIconLoading(false);
if (d.data.returnCode === 1) {
// showNotification('config saved to db',1000);