From 7207f229d23b9539e664c47acaf117fb41c73be4 Mon Sep 17 00:00:00 2001 From: Index Date: Sat, 29 Jun 2024 05:34:53 -0500 Subject: [PATCH] chore: remove great divide console logs --- the-great-divide.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/the-great-divide.js b/the-great-divide.js index 6fb3e53..898fa6f 100644 --- a/the-great-divide.js +++ b/the-great-divide.js @@ -18,20 +18,17 @@ let HasTeam = true; HasTeam = false } else { if (Team.getElementsByClassName('userlink-team-phantoms').length > 0) { - console.log('phartoms') Team = "phantoms" } else if (Team.getElementsByClassName('userlink-team-cobras').length > 0) { - console.log('cobras drool') Team = "cobras" } } if (new Date().getMonth().toString()+new Date().getDate().toString() >= 714) { EventOngoing = false } - + if (Settings.TheGreatDivide.UnbalancedIndicatorOn === true && window.location.pathname.split('/')[1] === 'places' && window.location.pathname.split('/')[2] === '9656') { UnbalancedServerMarkers() } - - console.log('ongoing|has team|team', EventOngoing, HasTeam, Team) + if (Settings.TheGreatDivide.UserStatsOn === true && window.location.pathname.split('/')[1] === 'u') { if (HasTeam === true) { UserStatsTab()