Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
PrototypeESBU committed May 27, 2024
1 parent 86b645a commit 143ab0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system/src/apps/RealTimeSD.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export default class RealTimeSD {
return;
}
if (this.isPaused()) return;
console.log(shadowdark.utils.isPrimaryGM());
if (shadowdark.utils.isPrimaryGM()) {
game.time.advance(this.updateIntervalMs / 1000);
}
Expand Down

0 comments on commit 143ab0f

Please sign in to comment.