remove console.log from apiurl changer

This commit is contained in:
blueb 2023-08-21 19:54:58 -04:00
parent 2d2a60cb1e
commit e906904645

View File

@ -257,7 +257,6 @@ function changeSwitcher(li, b) {
if (switchers.serverPicker.includes(b)) {
if (!switchers[li].includes(b)) b = switchers[li][0];
changeAPI("https://"+b);
console.log(b);
sSet(li, "https://"+b);
for (let i in switchers[li]) {
(switchers[li][i] === b) ? enable(`${li}-${b}`) : disable(`${li}-${switchers[li][i]}`)