Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSch committed Oct 6, 2022
1 parent 0d550a8 commit 1af107e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/scripts/text.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ window.onload = () => {
else x+=1;
let iptext = document.getElementById("ip-text");
iptext.innerText = `http://${ipaddr[x]}:3000`;
console.log(ipaddr[x]);
}));
});
}
Expand Down

0 comments on commit 1af107e

Please sign in to comment.