summaryrefslogtreecommitdiff
path: root/responses.js
diff options
context:
space:
mode:
Diffstat (limited to 'responses.js')
-rw-r--r--responses.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/responses.js b/responses.js
index b26b344..62d11e2 100644
--- a/responses.js
+++ b/responses.js
@@ -38,8 +38,6 @@ function track(command) {
// direct analytics
function trackAction(msg, action, ign="") {
- console.log("--------------------------------------");
- console.log(msg.guild.id);
if (GOOGLEANALYTICS_ID == undefined) return;
const user = ua(GOOGLEANALYTICS_ID, msg.author.id,
{ strictCidFormat: false });