Remove use of cy.clock

This commit is contained in:
Sidharth Vinod
2024-01-18 20:16:40 +05:30
parent 9bf4214617
commit 45d41b55eb
9 changed files with 29 additions and 45 deletions
-1
View File
@@ -123,7 +123,6 @@
error = true;
}
const timeTaken = Date.now() - startTime;
console.log({ timeTaken });
saveStatistics(code, timeTaken);
recordRenderTime(timeTaken, () => {
$inputStateStore.updateDiagram = true;