1.4.2 remove debug logs

This commit is contained in:
SowinskiBraeden committed 2021-09-17 14:11:50 -07:00
1 parent 0cafbe220b
commit b1fdee6f93
3 files changed
+2 -3

No files matched your search

-1
View File
@@ -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}`);