Remove stray log
This commit is contained in:
parent
8905cb05bc
commit
1a8fcf04ab
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ import { determinePrivacyFromRollMode } from "../utils/privacy.mjs";
|
|||
import { inferRollMode } from "../utils/inferRollMode.mjs";
|
||||
|
||||
Hooks.on(`createChatMessage`, (message, options, author) => {
|
||||
console.log({ message, options, author});
|
||||
const isSelf = author === game.user.id;
|
||||
const isNew = options.action === `create`;
|
||||
const hasRolls = message.rolls?.length > 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue