Skip to content

Commit

Permalink
Remove log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Feb 10, 2024
1 parent d3f6e50 commit 3febcc8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/canvas-size.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ function doTests(useWorker) {
sizes,
);

console.log({ errorArr, testTimes, totalTimes });

expect(errorArr).toEqual(sizes);
testTimes.forEach(testTime =>
expect(testTime).toEqual(expect.any(Number)),
Expand Down Expand Up @@ -188,8 +186,6 @@ function doTests(useWorker) {
},
);

console.log({ width, height, testTime, totalTime });

expect(width).toEqual(1);
expect(height).toEqual(height);
expect(testTime).toEqual(expect.any(Number));
Expand Down

0 comments on commit 3febcc8

Please sign in to comment.