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;