Skip to content

Commit

Permalink
remvoed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed Jun 19, 2024
1 parent e5e05f1 commit de52739
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/addons/aid.js
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit de52739

Please sign in to comment.