From b21ee59786d9fa1bb1fa9fecd8bd0c2722dc6309 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sun, 16 Jan 2022 12:27:27 +0800 Subject: remove console log --- features/dungeonSolvers/index.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'features/dungeonSolvers') 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=>{ -- cgit