Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
samizdatco committed Oct 15, 2022
1 parent 6f79949 commit d8ec60d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/context2d.test.js
Expand Up @@ -530,7 +530,6 @@ describe("Context2D", ()=>{
let on = [ [5,5], [dim-17, dim-17], [dim-9, 3], [9, dim-9] ]

for (const [x, y] of on){
console.log(x, y);
expect(pixel(x, y)).toEqual(BLACK)
expect(pixel(x, HEIGHT - y - 1)).toEqual(BLACK)
expect(pixel(WIDTH - x - 1, y)).toEqual(BLACK)
Expand Down

0 comments on commit d8ec60d

Please sign in to comment.