Remove stray log

This commit is contained in:
Oliver-Akins 2025-06-22 10:30:23 -06:00
parent 8905cb05bc
commit 1a8fcf04ab

View file

@ -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;