Remove spammy log on /cdr

This commit is contained in:
Christopher Cookman 2024-06-11 15:33:46 -06:00
parent 328a253484
commit ac94504cad
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -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: [