Skip to content

Commit

Permalink
chore: remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
vitonsky committed Jun 19, 2024
1 parent 1578810 commit 318e982
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/setupFiles/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const addRandomDelaysForMethods = (object, methods) => {
return Promise.resolve().then(async () => {
const delay = getRandomInt(20);

console.log('Wait a delay', delay);
await new Promise((res) => setTimeout(res, delay));

return object(...args);
Expand Down

0 comments on commit 318e982

Please sign in to comment.