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
|
||||
selected = selected;
|
||||
}
|
||||
console.log(selected);
|
||||
}
|
||||
|
||||
function nextVariant() {
|
||||
if (i >= variants.length - 1) {
|
||||
return;
|
||||
}
|
||||
console.log('next');
|
||||
i++;
|
||||
}
|
||||
|
||||
@ -48,7 +46,6 @@
|
||||
if (i == 0) {
|
||||
return;
|
||||
}
|
||||
console.log('previous');
|
||||
i--;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user