mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 20:08:18 +08:00
removed log
This commit is contained in:
parent
ba1fc7748d
commit
c6fa51eba3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue