Remove full list from debug

This commit is contained in:
Christopher Cookman 2025-05-24 14:11:50 -06:00
parent 53fec894f7
commit fd27047cbb

View file

@ -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) => {