diff --git a/js/script.js b/js/script.js index 1881a7d..25efdc9 100644 --- a/js/script.js +++ b/js/script.js @@ -51,10 +51,6 @@ document.addEventListener("DOMContentLoaded", () => { window.addEventListener("error", function (event) { console.log("Got an uncaught error: ", event.error); }); - if ("serial" in navigator) { - const notSupported = document.getElementById("notSupported"); - notSupported.classList.add("hidden"); - } initBaudRate(); loadAllSettings();