Skip to content

Commit

Permalink
chore: log cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
micahg committed Mar 2, 2025
1 parent 59af5fc commit d79bdbe
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,6 @@ const GameMasterComponent = () => {
if (scenes.length === 0) return;
for (const scene of scenes) {
if (scene.tokens === undefined) {
console.log(
`loading scene tokens for scene ${scene._id} (${scene.tokens})`,
);
dispatch({
type: "content/scenetokens",
payload: { scene: scene._id },
Expand Down

0 comments on commit d79bdbe

Please sign in to comment.