chore: remove great divide console logs
This commit is contained in:
parent
2cce628807
commit
7207f229d2
1 changed files with 2 additions and 5 deletions
|
|
@ -18,10 +18,8 @@ let HasTeam = true;
|
||||||
HasTeam = false
|
HasTeam = false
|
||||||
} else {
|
} else {
|
||||||
if (Team.getElementsByClassName('userlink-team-phantoms').length > 0) {
|
if (Team.getElementsByClassName('userlink-team-phantoms').length > 0) {
|
||||||
console.log('phartoms')
|
|
||||||
Team = "phantoms"
|
Team = "phantoms"
|
||||||
} else if (Team.getElementsByClassName('userlink-team-cobras').length > 0) {
|
} else if (Team.getElementsByClassName('userlink-team-cobras').length > 0) {
|
||||||
console.log('cobras drool')
|
|
||||||
Team = "cobras"
|
Team = "cobras"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -31,7 +29,6 @@ let HasTeam = true;
|
||||||
UnbalancedServerMarkers()
|
UnbalancedServerMarkers()
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('ongoing|has team|team', EventOngoing, HasTeam, Team)
|
|
||||||
if (Settings.TheGreatDivide.UserStatsOn === true && window.location.pathname.split('/')[1] === 'u') {
|
if (Settings.TheGreatDivide.UserStatsOn === true && window.location.pathname.split('/')[1] === 'u') {
|
||||||
if (HasTeam === true) {
|
if (HasTeam === true) {
|
||||||
UserStatsTab()
|
UserStatsTab()
|
||||||
|
|
|
||||||
Reference in a new issue