From 31d1d79fa76b8cdfb243413246b06d245874545a Mon Sep 17 00:00:00 2001 From: dragonfire535 Date: Mon, 13 Mar 2017 09:37:20 -0400 Subject: [PATCH] Stop Logging Google --- commands/search/google.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/search/google.js b/commands/search/google.js index c70105a2..5d21e7d5 100644 --- a/commands/search/google.js +++ b/commands/search/google.js @@ -24,7 +24,6 @@ class GoogleCommand extends commando.Command { } else { google.resultsPerPage = 2 google(searchQuery, function (err, res) { - console.log(res); if (err) message.channel.sendMessage(':x: An Error Occurred! Try again later!'); let link = res.links; if(link === undefined) {