clean: remove debug print

This commit is contained in:
starnakin 2024-02-20 09:07:15 +01:00
parent 59cac2b1fd
commit 54ef19a340

View File

@ -85,8 +85,6 @@ class Player
let paddle = new Segment(paddle_start, paddle_stop);
console.log(paddle)
paddle.draw(ctx);
}