Skip to content

Commit f81ae1f

Browse files
committed
Update index.html
1 parent 74787a5 commit f81ae1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/renderer/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ <h1 id="title" style="margin-left: 20px;">
8181
const title = document.getElementById("title");
8282
title.innerText = "Could not connect to instance.";
8383
const subtitle = document.getElementById("subtitle");
84-
console.log(subtitle)
8584
subtitle.innerHTML = `Please check your internet connection and try again.<br>The instance you are trying to connect to may be down.<br><strong>Error code: <code>${error.error}</code></strong>`
8685
// change retry button
8786
const button = document.getElementById("confirm-button");

0 commit comments

Comments
 (0)