mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-10 14:14:19 +00:00
remove console.log (whoops)
This commit is contained in:
parent
fcb0184de9
commit
fec24930e4
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ function restoreOptions() {
|
|||
async function setCurrentChoice(result) {
|
||||
console.log(result);
|
||||
if (Object.keys(result).length == 0) {
|
||||
console.log(result);
|
||||
await defaultOptions();
|
||||
} else {
|
||||
document.querySelector("#logging").checked = result.logging || false;
|
||||
|
|
Loading…
Reference in a new issue