From de52739bff359e80d84943d16bc9285b731bfeb2 Mon Sep 17 00:00:00 2001 From: cadowtin Date: Wed, 19 Jun 2024 02:11:36 -0500 Subject: [PATCH] remvoed console log --- scripts/addons/aid.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/addons/aid.js b/scripts/addons/aid.js index fa2b896..ec241ec 100644 --- a/scripts/addons/aid.js +++ b/scripts/addons/aid.js @@ -42,7 +42,6 @@ export async function aid() { handleDiceSoNice( (rollValue, dc, token, target, hookId) => { handleResult(rollValue, dc, token, target); - console.log({ rollValue, dc }); Hooks.off("createChatMessage", hookId); }, [rollValue, dc, token, target, hookId],