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")
|
type: interaction.options.getString("field")
|
||||||
};
|
};
|
||||||
global.dmHandlers[interaction.user.id] = updateProductHandler;
|
global.dmHandlers[interaction.user.id] = updateProductHandler;
|
||||||
console.log(global.productUpdateData[interaction.user.id]);
|
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error(err);
|
console.error(err);
|
||||||
delete global.productCreationData[interaction.user.id];
|
delete global.productCreationData[interaction.user.id];
|
||||||
|
|
Loading…
Reference in a new issue