Removing pointless console.log

This commit is contained in:
David Négrier 2021-08-05 17:21:55 +02:00
parent 56cf535551
commit ac282db1ac

View File

@ -420,7 +420,6 @@ export class GameScene extends DirtyScene {
//hook create scene //hook create scene
create(): void { create(): void {
console.log("GAAAAAAAGAGAGAGAGA");
this.preloading = false; this.preloading = false;
this.trackDirtyAnims(); this.trackDirtyAnims();