Remove log

This commit is contained in:
Ketchetwahmeegwun T. Southall 2022-01-29 22:13:40 -08:00
parent bab941e94c
commit 9774e9abe7

View File

@ -12,7 +12,6 @@ export class PuddleEntity extends Entity {
super.update(delta)
this.elapsed += delta
if (this.elapsed >= this.lifetime) {
console.log('ah, remove ourself')
ctx?.removeEntity(this)
}
}