mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-02-04 14:39:02 +08:00
removed console log. closes #1776
This commit is contained in:
parent
5e1b316053
commit
64338767b8
1 changed files with 0 additions and 2 deletions
|
|
@ -1783,9 +1783,7 @@ export async function finish(difficultyFailed = false) {
|
|||
completedEvent.challenge = ChallengeContoller.verify(
|
||||
completedEvent
|
||||
);
|
||||
console.time("hash");
|
||||
completedEvent.hash = objecthash(completedEvent);
|
||||
console.timeEnd("hash");
|
||||
axiosInstance
|
||||
.post("/results/add", {
|
||||
result: completedEvent,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue