diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-15 16:21:26 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-15 16:21:26 +0800 |
commit | db9e75bcb2f0f061533431a2acb0f91c95482941 (patch) | |
tree | a02b6b643d33c9f570145f6750e547849ff39a04 /features/waypoints | |
parent | bc55b92d0ec4853cd99d12327c1c0417b5bf2c04 (diff) | |
download | SoopyV2-db9e75bcb2f0f061533431a2acb0f91c95482941.tar.gz SoopyV2-db9e75bcb2f0f061533431a2acb0f91c95482941.tar.bz2 SoopyV2-db9e75bcb2f0f061533431a2acb0f91c95482941.zip |
remove random console.log
Diffstat (limited to 'features/waypoints')
-rw-r--r-- | features/waypoints/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/features/waypoints/index.js b/features/waypoints/index.js index 80a06b0..17cd831 100644 --- a/features/waypoints/index.js +++ b/features/waypoints/index.js @@ -163,7 +163,6 @@ class Waypoints extends Feature { this.lastSend = 0 this.locations = {} minewaypoints_socket.setLocationHandler = (area, loc) => { - console.log(area || loc[0].area, JSON.stringify(loc, undefined, 2)) this.locations[area || loc[0].area] = loc; } |