diff options
-rw-r--r-- | features/dungeonSolvers/index.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/features/dungeonSolvers/index.js b/features/dungeonSolvers/index.js index 98e907e..52c0406 100644 --- a/features/dungeonSolvers/index.js +++ b/features/dungeonSolvers/index.js @@ -252,8 +252,6 @@ class DungeonSolvers extends Feature { )){ this.eMovingThing[skull.getUUID().toString()].logged = true this.spawnIdThing++ - - console.log(this.eMovingThing[skull.getUUID().toString()].timeTook ) delete this.eMovingThing[skull.getUUID().toString()] this.skulls = this.skulls.filter(e=>{ |