Skip to content

Commit

Permalink
remove dug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate committed Jan 20, 2023
1 parent ac6e0b9 commit 3093b68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/AAhelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@ class AAhelpers {
}

static EvaluateRollString({ rollString, token, item, deterministic=false}={}) {
console.warn("evaluate", {
rollString, token, item, deterministic
})
if (Number.isInteger(Number.parseInt(`${rollString}`.trim()))) return rollString;

const actor = token.actor ?? token.parent;
Expand Down

0 comments on commit 3093b68

Please sign in to comment.