chore: remove great divide console logs

This commit is contained in:
Index 2024-06-29 05:34:53 -05:00
parent 2cce628807
commit 7207f229d2

View file

@ -18,10 +18,8 @@ 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"
}
}
@ -31,7 +29,6 @@ let HasTeam = true;
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()