diff --git a/auth/auth.js b/auth/auth.js index 252c259..d58a443 100644 --- a/auth/auth.js +++ b/auth/auth.js @@ -260,10 +260,8 @@ const gemini = () => { enable: "get" }; post(USE_ORIGIN + "/auth/api/index.php", payload, (response) => { - console.dir(response.data); $.get(USE_ORIGIN + "/auth/gem.html", (ui) => { ui = ui.replace("checked", response.data?"checked":""); - console.log(ui); Swal.fire({ ...SwalConfig, title: "Gemini Settings",