From b1fdee6f935c1e803675086113fe2a81189e4cd8 Mon Sep 17 00:00:00 2001 From: Braeden57 Date: Fri, 17 Sep 2021 14:11:50 -0700 Subject: [PATCH] 1.4.2 remove debug logs --- LPS.js | 1 - config.json | 2 +- dev-config.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/LPS.js b/LPS.js index 3dd625f..e15ab87 100644 --- a/LPS.js +++ b/LPS.js @@ -185,7 +185,6 @@ class Bot { } this.socket.emit('bot_plate_search', data); this.socket.on('bot_plate_search_results', results => { - console.log(results); if (results.vehicles.length == 0) { return message.channel.send(`Plate Number **${args[0]}** not found ${message.author}`); diff --git a/config.json b/config.json index 813c6d3..72dc6fe 100644 --- a/config.json +++ b/config.json @@ -2,7 +2,7 @@ "defaultPrefix": "?", "botID": "860298681047056434", "mongoURI": "mongodb+srv://lps_bot:ktSkHml2BU9EIQ0a@heroku-police-cad-dev.j7aom.mongodb.net/heroku_8pc4g86l?retryWrites=true&w=majority", - "version": "Beta 1.4.1", + "version": "Beta 1.4.2", "socket": "https://police-cad-dev.herokuapp.com/", "dbo": "heroku_8pc4g86l" } \ No newline at end of file diff --git a/dev-config.json b/dev-config.json index 984f8d8..3255120 100644 --- a/dev-config.json +++ b/dev-config.json @@ -2,7 +2,7 @@ "defaultPrefix": "?", "botID": "860298681047056434", "mongoURI": "mongodb+srv://lps_bot:ktSkHml2BU9EIQ0a@heroku-police-cad-dev.j7aom.mongodb.net/heroku_8pc4g86l?retryWrites=true&w=majority", - "version": "Beta 1.4.1", + "version": "Beta 1.4.2", "socket": "http://localhost:8080", "dbo": "heroku_8pc4g86l" } \ No newline at end of file