From 143ab0f559a22845ec5a52742d71983806e4d2d3 Mon Sep 17 00:00:00 2001 From: Prototype Date: Sun, 26 May 2024 20:52:45 -0700 Subject: [PATCH] Remove console.log --- system/src/apps/RealTimeSD.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/system/src/apps/RealTimeSD.mjs b/system/src/apps/RealTimeSD.mjs index 6ac32a21..9d112351 100644 --- a/system/src/apps/RealTimeSD.mjs +++ b/system/src/apps/RealTimeSD.mjs @@ -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); }