We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3718e2 commit 87e80ceCopy full SHA for 87e80ce
assets/providers/websocket_connection.js
@@ -1,9 +1,7 @@
1
(function () {
2
function tryconnect(url) {
3
var ws = new WebSocket(url);
4
- console.log(ws);
5
ws.onopen = function () {
6
- console.log("opening up!");
7
WebIO.sendCallback = function (msg) {
8
ws.send(JSON.stringify(msg))
9
}
0 commit comments