Remove unused log

This commit is contained in:
Christopher Cookman 2025-09-15 07:34:10 -06:00
parent 445c77e528
commit c006e56be0

View file

@ -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];