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
|
||||
} 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()
|
||||
|
|
|
|||
Reference in a new issue