Skip to content

Commit

Permalink
fix: remove socket override
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed May 20, 2022
1 parent 7b1af80 commit e28fc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doppelgaenger-websocket/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h1>{{ title }}</h1>

<script>
const showLastMessage = false;
const socketOverride = "wss://dashboard-ctron-octoprint.apps.wonderful.iot-playground.org/socket";
// const socketOverride = "wss://dashboard-ctron-octoprint.apps.wonderful.iot-playground.org/socket";

if(showLastMessage) {
$("#last-message-container").show();
Expand Down

0 comments on commit e28fc64

Please sign in to comment.