Skip to content

Commit

Permalink
Remove errant debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate committed Nov 21, 2023
1 parent 58d11b6 commit 506c39b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.8.4
# 0.8.4/0.8.5

- Some Auras would not work in D&D 2.4 system.
- Better support for 5e character race changes.
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/kandashi/Active-Auras",
"bugs": "https://github.com/kandashi/Active-Auras/issues",
"flags": {},
"version": "0.8.4",
"version": "0.8.5",
"compatibility": {
"minimum": 11,
"verified": 11
Expand Down
2 changes: 0 additions & 2 deletions src/lib/AAHooks.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ export async function updateTokenHook(token, update, _flags, _id) {
return;
}

console.warn(token)

if ("y" in update || "x" in update || "elevation" in update) {
// await token.object._animation;
await CanvasAnimation.getAnimation(token.object.animationName)?.promise;
Expand Down

0 comments on commit 506c39b

Please sign in to comment.