mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 05:12:57 -05:00
Remove echos and console.logs
This commit is contained in:
parent
6eed98a6c1
commit
8b2b56ffce
2 changed files with 0 additions and 6 deletions
|
@ -37,7 +37,6 @@ export default {
|
|||
category.style.display = ''
|
||||
} else if (wantedTags[0] === '') {
|
||||
category.style.display = ''
|
||||
console.log('ok')
|
||||
} else {
|
||||
category.style.display = 'none'
|
||||
}
|
||||
|
@ -79,9 +78,6 @@ export default {
|
|||
try {
|
||||
const res = await fetch(`${this.protocol}${import.meta.env.VITE_BACKEND_DOMAIN}/api/discover`)
|
||||
|
||||
console.log(this.protocol, this)
|
||||
console.log(import.meta.env)
|
||||
|
||||
const rawData = await res.json()
|
||||
if (rawData.status === 'ok') {
|
||||
this.data = rawData.data
|
||||
|
|
|
@ -23,8 +23,6 @@ do
|
|||
# Your other variables here...
|
||||
done
|
||||
|
||||
echo ${VITE_BACKEND_DOMAIN_PLACEHOLDER}
|
||||
|
||||
# Save old variables
|
||||
echo -e "VITE_BACKEND_DOMAIN_PLACEHOLDER=${VITE_BACKEND_DOMAIN}" > .env.old
|
||||
echo -e "VITE_INSTANCE_DOMAIN_PLACEHOLDER=${VITE_INSTANCE_DOMAIN}" >> .env.old
|
||||
|
|
Loading…
Reference in a new issue