Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedal987 committed Jun 11, 2024
1 parent cb69ee3 commit 8b52e50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/www/src/modules/pubsub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Twitch.ext.listen("global", async (_t, _c, message) => {

switch (pubSubMessage.type) {
case "config_refreshed":
console.log(pubSubMessage.data);
const config = JSON.parse(strFromU8(decompressSync(strToU8(pubSubMessage.data, true)))) as Config;
// console.log(config);
await setConfig(postProcessConfig(config));
Expand Down

0 comments on commit 8b52e50

Please sign in to comment.