1.4.2 remove debug logs
This commit is contained in:
1 parent
0cafbe220b
commit
b1fdee6f93
3 files changed
+2
-3
No files matched your search
@@ -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}`);
|
||||
|
||||
+1
-1
@@ -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"
|
||||
}
|
||||
+1
-1
@@ -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"
|
||||
}
|
||||
Reference in new issue
Block a user