mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-16 10:18:28 +00:00
remove console.log from apiurl changer
This commit is contained in:
parent
2d2a60cb1e
commit
e906904645
@ -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]}`)
|
||||
|
Loading…
Reference in New Issue
Block a user