removed console logs
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-01-30 20:21:58 +01:00
parent 9f2a57e09f
commit e4a4d64fb5
6 changed files with 19 additions and 23 deletions

View File

@@ -49,7 +49,7 @@ export default {
scrollToPos(window.scrollY)
console.log(data.matches)
// console.log(data.matches)
}
onMounted(async () => {
@@ -67,9 +67,9 @@ export default {
scrollToPos(store.state.scroll_state)
if (data.matches) {
console.log(data.matches)
}
// if (data.matches) {
// console.log(data.matches)
// }
})
onBeforeUnmount(() => {

View File

@@ -212,7 +212,7 @@ export default {
data: CreatePlayersArray(data.stats)
})
console.log(data.matchDetails)
// console.log(data.matchDetails)
}
} else {
errorHandling(404)

View File

@@ -205,7 +205,7 @@ export default {
if (Object.entries(store.state.playerDetails).length === 0) {
GetPlayer()
} else {
console.log(store.state.playerDetails)
// console.log(store.state.playerDetails)
SetPlayerData()
}
}
@@ -279,7 +279,7 @@ export default {
scrollToPos(window.scrollY)
console.log(store.state.playerDetails)
// console.log(store.state.playerDetails)
}
const RefreshData = async () => {
@@ -324,9 +324,9 @@ export default {
data.playerMeta = await GetPlayerMeta(props.id, displayCounter)
})
watch(() => data.playerMeta, () => {
console.log(data.playerMeta)
})
// watch(() => data.playerMeta, () => {
// console.log(data.playerMeta)
// })
onMounted(async () => {
const height = window.innerHeight - NAV_HEIGHT - FOOTER_HEIGHT
@@ -338,7 +338,7 @@ export default {
scrollToPos(store.state.scroll_state)
console.log(store.state.playerDetails)
// console.log(store.state.playerDetails)
})
onBeforeUnmount(() => {