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