From c006e56be06a459feed8ec40ce780b767ed34393 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Mon, 15 Sep 2025 07:34:10 -0600 Subject: [PATCH] Remove unused log --- commands/update.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/update.js b/commands/update.js index 9395576..bc828b2 100644 --- a/commands/update.js +++ b/commands/update.js @@ -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];