From ed8512039a70016a58ba67c0654ad4b04cb45b40 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 10 Mar 2024 16:16:19 -0600 Subject: [PATCH] Remove console log --- site/standard/health/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/site/standard/health/app.js b/site/standard/health/app.js index 2549b0b..bf5fa7b 100644 --- a/site/standard/health/app.js +++ b/site/standard/health/app.js @@ -48,7 +48,6 @@ const app = new Vue({ } */ activity(d) { - console.log(`active listeners`, d) if (d.active) { this.newState(d); this.gameActive = true;