Remove unused console log
This commit is contained in:
parent
c677392f6d
commit
a02234305c
|
|
@ -11,7 +11,7 @@ module.exports.execute = async (interaction) => {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const extData = await fpbx.getExtension(lookup.extension); // Verify extension exists
|
const extData = await fpbx.getExtension(lookup.extension); // Verify extension exists
|
||||||
console.log(extData)
|
|
||||||
await interaction.deferReply({ ephemeral: true });
|
await interaction.deferReply({ ephemeral: true });
|
||||||
// console.log(JSON.stringify(interaction, null, 2));
|
// console.log(JSON.stringify(interaction, null, 2));
|
||||||
const newPassword = interaction.fields.getTextInputValue('newPassword');
|
const newPassword = interaction.fields.getTextInputValue('newPassword');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue