Remove unused log
This commit is contained in:
parent
445c77e528
commit
c006e56be0
|
@ -54,7 +54,6 @@ const execute = async (interaction) => {
|
|||
type: interaction.options.getString("field")
|
||||
};
|
||||
global.dmHandlers[interaction.user.id] = updateProductHandler;
|
||||
console.log(global.productUpdateData[interaction.user.id]);
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
delete global.productCreationData[interaction.user.id];
|
||||
|
|
Loading…
Reference in a new issue