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,20 +18,17 @@ 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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (new Date().getMonth().toString()+new Date().getDate().toString() >= 714) { EventOngoing = false }
|
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') {
|
if (Settings.TheGreatDivide.UnbalancedIndicatorOn === true && window.location.pathname.split('/')[1] === 'places' && window.location.pathname.split('/')[2] === '9656') {
|
||||||
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