From b4defa324a330217f0139f1240bcf53c0b1f996a Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Thu, 2 Jun 2022 23:13:07 +0200 Subject: v1.0.0 --- src/drawables/Bullet.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/drawables/Bullet.ts') diff --git a/src/drawables/Bullet.ts b/src/drawables/Bullet.ts index f121cfa..6420db2 100644 --- a/src/drawables/Bullet.ts +++ b/src/drawables/Bullet.ts @@ -18,7 +18,6 @@ export default class Bullet extends Drawable { this.width = (this.sprite as HTMLImageElement).width this.height = (this.sprite as HTMLImageElement).height this.squares = [new Rectangle(this)] - console.log(this.width, this.height); } move(): boolean { -- cgit v1.3.1