Skip to content

Commit

Permalink
Remove visualization debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
KayelGee committed Aug 7, 2024
1 parent e1cffb3 commit 215d607
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/token-attacher.js
Original file line number Diff line number Diff line change
Expand Up @@ -2690,7 +2690,6 @@ import {libWrapper} from './shim.js';
x:x + (Math.abs(width) / 2),
y:y + (Math.abs(height) / 2)
};
TokenAttacher.visualizeVector(objData.x, objData.y, center.x, center.y);
return center;
}
if([CONST.GRID_TYPES.HEXODDQ, CONST.GRID_TYPES.HEXEVENQ].includes(canvas.grid.type)){
Expand All @@ -2704,7 +2703,6 @@ import {libWrapper} from './shim.js';
x:x + (Math.abs(width) / 2),
y:y + (Math.abs(height) / 2)
};
TokenAttacher.visualizeVector(objData.x, objData.y, center.x, center.y);
return center;
}
}
Expand Down

0 comments on commit 215d607

Please sign in to comment.