static/js/app.js
@@ -73,7 +73,6 @@ this.queryCrn(); this.crnMove(); this.querySta(); this.staChange(); } this.initScene = function () { this.scene = new THREE.Scene(); @@ -375,11 +374,6 @@ } } } } } this.staChange = function () { for (let staTask of this.staTasks) { staTask.change(); } }