Skip to content

Commit

Permalink
vimm fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
steveseguin committed Dec 28, 2023
1 parent 45c404a commit 4459351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wss/vimm.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function connectWebSocket(url) {
};

socket.onmessage = function(event) {
//console.log("Message from server: ", event.data);
console.log("Message from server: ", event.data);
processMessage(JSON.parse(event.data));
};

Expand Down

0 comments on commit 4459351

Please sign in to comment.