From 696828fbc61ff275773bfa1dbd54bdddcd3ee379 Mon Sep 17 00:00:00 2001 From: Elizabeth Cray Date: Fri, 6 Oct 2023 20:33:37 -0400 Subject: [PATCH] Remove debug --- auth/auth.js | 2 -- 1 file changed, 2 deletions(-) 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",