From ac94504cad0bd210e819ca01e355609d7b579004 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Tue, 11 Jun 2024 15:33:46 -0600 Subject: [PATCH] Remove spammy log on /cdr --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 3bc0752..0c62009 100644 --- a/index.js +++ b/index.js @@ -1343,7 +1343,6 @@ dcClient.on('interactionCreate', async interaction => { // Generate the CSV const fields = ["calldate", "src", "dst", "duration", "disposition", "recordingfile"]; const csv = json2csv(result); - console.log(JSON.stringify(result)) // debug const buffer = Buffer.from(csv, 'utf-8'); interaction.editReply({ files: [