diff --git a/src/components/AddressBar.astro b/src/components/AddressBar.astro
index ab1cc90..f0a6de1 100644
--- a/src/components/AddressBar.astro
+++ b/src/components/AddressBar.astro
@@ -78,12 +78,6 @@ const { url } = Astro.props;
submitBtn?.removeAttribute("disabled");
}
});
-
- document
- .getElementById("settings-toggle")
- ?.addEventListener("change", (e) =>
- console.log(e.currentTarget?.["checked"])
- );
+
+