diff --git a/module/bol.js b/module/bol.js index 02d8160..1b61124 100644 --- a/module/bol.js +++ b/module/bol.js @@ -124,7 +124,6 @@ function welcomeMessageRepository() { fetch(BOL_WELCOME_MESSAGE_URL) .then(response => response.text()) .then(html => { - console.log("Fetched welcome message:", html); ChatMessage.create({ user: game.user.id, whisper: [game.user.id],