From 1025cdc1693eab918e407b181f128c4a57f5f9ee Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Mon, 2 Oct 2023 17:52:10 -0600 Subject: [PATCH] MOAR LOG --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5115d7d..76ca955 100644 --- a/index.js +++ b/index.js @@ -182,7 +182,7 @@ const generateExtensionListEmbed = async () => { console.log(JSON.stringify(rows, null, 2)) // Add extensions that weren't in the results to the inactive array rows.forEach(row => { - console.log("2.2 foreach start") + console.log(`2.2 ${row.cid_num} ${uniqueExtensions.includes(row.cid_num)}`) if (!uniqueExtensions.includes(row.cid_num)) { console.log(`2.3 pushing ${row.cid_num}`) inactive.push(row.cid_num);