mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-03 16:14:25 +02:00
chore: remove remaining console logs
This commit is contained in:
parent
019c9234c4
commit
a006605b19
@ -33,14 +33,12 @@
|
|||||||
// the Updater
|
// the Updater
|
||||||
selected = selected;
|
selected = selected;
|
||||||
}
|
}
|
||||||
console.log(selected);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function nextVariant() {
|
function nextVariant() {
|
||||||
if (i >= variants.length - 1) {
|
if (i >= variants.length - 1) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log('next');
|
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -48,7 +46,6 @@
|
|||||||
if (i == 0) {
|
if (i == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log('previous');
|
|
||||||
i--;
|
i--;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user