From fd27047cbb8c527f5c11f6d8cec5bcb480226445 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Sat, 24 May 2025 14:11:50 -0600 Subject: [PATCH] Remove full list from debug --- debug.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/debug.js b/debug.js index edacd58..d66b32e 100644 --- a/debug.js +++ b/debug.js @@ -19,13 +19,13 @@ const fpbx = new FreepbxManager({ dbPool: pool, }); -fpbx.listExtensions() - .then((extensions) => { - console.log(JSON.stringify(extensions, null, 2)); - }) - .catch((err) => { - console.error(err); - }); +// fpbx.listExtensions() +// .then((extensions) => { +// console.log(JSON.stringify(extensions, null, 2)); +// }) +// .catch((err) => { +// console.error(err); +// }); fpbx.getNextAvailableExtension() .then((extension) => {