From db9e75bcb2f0f061533431a2acb0f91c95482941 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Fri, 15 Jul 2022 16:21:26 +0800 Subject: remove random console.log --- features/waypoints/index.js | 1 - 1 file changed, 1 deletion(-) (limited to 'features/waypoints') 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; } -- cgit