clean: remove debug print
This commit is contained in:
parent
59cac2b1fd
commit
54ef19a340
@ -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