From e517a259a9c31849e369b1af764a770f54836d07 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Tue, 28 Oct 2025 07:54:14 -0600 Subject: [PATCH] less log --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 7e58054..461e904 100644 --- a/index.js +++ b/index.js @@ -87,7 +87,6 @@ const main = () => { }).then(() => { console.log(`Found ${respData.length} call forwards.`); for (let cf of respData) { - console.log(`Extension ${cf.extension} has ${cfTypes[cf.type]} call forward to ${cf.target}`); // Check if forward target is anything in the 700-800 range, or is a number in the blocked list if ((cf.target >= 700 && cf.target < 800) || blocked.includes(cf.target)) { // Violation. Remove call forward from db.