0
0
Fork 0

Remove console log

This commit is contained in:
Oliver-Akins 2024-03-10 16:16:19 -06:00
parent bed4a2709d
commit ed8512039a

View file

@ -48,7 +48,6 @@ const app = new Vue({
}
*/
activity(d) {
console.log(`active listeners`, d)
if (d.active) {
this.newState(d);
this.gameActive = true;