diff --git a/downloader.js b/downloader.js index 7865b64e..8800fd2e 100644 --- a/downloader.js +++ b/downloader.js @@ -232,8 +232,7 @@ ipcRenderer.on("ready", async () => { document.getElementById("loader").hidden = false - let r = await fetch("https://api.github.com/zen") - console.debug(await r.text()) + console.debug("🐰🐰🐰🐰") await fillDefaultValues() // Set the default values based on OS