Skip to content

Commit

Permalink
Remove redundant console.warn from outdated module notification (#14398)
Browse files Browse the repository at this point in the history
  • Loading branch information
esheyw committed Jun 10, 2024
1 parent 796c407 commit c452677
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scripts/hooks/ready.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export const Ready = {
for (const badModule of subV10Modules) {
const message = game.i18n.format("PF2E.ErrorMessage.SubV9Module", { module: badModule.title });
ui.notifications.warn(message);
console.warn(message);
}
});

Expand Down

0 comments on commit c452677

Please sign in to comment.