Remove log that slipped through the cracks
This commit is contained in:
parent
77413687e9
commit
a55748d6fc
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ export class TAFMacro extends foundry.documents.Macro {
|
||||||
// Check Items on Actors
|
// Check Items on Actors
|
||||||
game.actors.forEach(actor => {
|
game.actors.forEach(actor => {
|
||||||
actor.items.forEach(item => {
|
actor.items.forEach(item => {
|
||||||
console.log(item.uuid, `owned by`, actor.uuid);
|
|
||||||
if (item.system.trigger === this.uuid) {
|
if (item.system.trigger === this.uuid) {
|
||||||
itemsUsingMacro.add(item.uuid);
|
itemsUsingMacro.add(item.uuid);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue