diff --git a/assets/js/scene.js b/assets/js/scene.js index f0cc979..c07faa1 100644 --- a/assets/js/scene.js +++ b/assets/js/scene.js @@ -16,10 +16,6 @@ class QuackscapeScene extends HTMLElement { this.y = this.getAttribute("y") | 0; this.z = this.getAttribute("z") | 0; - console.log(this.x); - console.log(this.y); - console.log(this.z); - loadScene(this.scene, this.x, this.y, this.z, this); } }