clean: remove debug print
This commit is contained in:
parent
828e136bcc
commit
a0e26cde05
@ -85,8 +85,6 @@ class Player
|
|||||||
|
|
||||||
let paddle = new Segment(paddle_start, paddle_stop);
|
let paddle = new Segment(paddle_start, paddle_stop);
|
||||||
|
|
||||||
console.log(paddle)
|
|
||||||
|
|
||||||
paddle.draw(ctx);
|
paddle.draw(ctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user