clean: remove debug print

This commit is contained in:
starnakin 2024-02-20 09:07:15 +01:00 committed by AdrienLSH
parent 828e136bcc
commit a0e26cde05

View File

@ -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);
} }