Skip to content

Commit

Permalink
chore: Remove console.log statement in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed May 14, 2024
1 parent 9ea4648 commit d691e06
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions electron/loading/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
// document.getElementById("text").innerText = arg;
// });
ipcRenderer.send("check", "Starting check...");
ipcRenderer.on("response", (event, arg) => {
console.log(arg);
});
</script>

</html>

0 comments on commit d691e06

Please sign in to comment.