mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-01-03 11:20:07 -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 = ''
|
category.style.display = ''
|
||||||
} else if (wantedTags[0] === '') {
|
} else if (wantedTags[0] === '') {
|
||||||
category.style.display = ''
|
category.style.display = ''
|
||||||
console.log('ok')
|
|
||||||
} else {
|
} else {
|
||||||
category.style.display = 'none'
|
category.style.display = 'none'
|
||||||
}
|
}
|
||||||
|
@ -79,9 +78,6 @@ export default {
|
||||||
try {
|
try {
|
||||||
const res = await fetch(`${this.protocol}${import.meta.env.VITE_BACKEND_DOMAIN}/api/discover`)
|
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()
|
const rawData = await res.json()
|
||||||
if (rawData.status === 'ok') {
|
if (rawData.status === 'ok') {
|
||||||
this.data = rawData.data
|
this.data = rawData.data
|
||||||
|
|
|
@ -23,8 +23,6 @@ do
|
||||||
# Your other variables here...
|
# Your other variables here...
|
||||||
done
|
done
|
||||||
|
|
||||||
echo ${VITE_BACKEND_DOMAIN_PLACEHOLDER}
|
|
||||||
|
|
||||||
# Save old variables
|
# Save old variables
|
||||||
echo -e "VITE_BACKEND_DOMAIN_PLACEHOLDER=${VITE_BACKEND_DOMAIN}" > .env.old
|
echo -e "VITE_BACKEND_DOMAIN_PLACEHOLDER=${VITE_BACKEND_DOMAIN}" > .env.old
|
||||||
echo -e "VITE_INSTANCE_DOMAIN_PLACEHOLDER=${VITE_INSTANCE_DOMAIN}" >> .env.old
|
echo -e "VITE_INSTANCE_DOMAIN_PLACEHOLDER=${VITE_INSTANCE_DOMAIN}" >> .env.old
|
||||||
|
|
Loading…
Reference in a new issue