mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 03:50:45 +08:00
removed log
This commit is contained in:
parent
897e771698
commit
7089b08cfd
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ exports.checkIfNeedsToChangeName = functions.https.onCall(
|
|||
}
|
||||
});
|
||||
} else {
|
||||
console.log("name is good");
|
||||
// console.log("name is good");
|
||||
return 0;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue