Skip to content

Commit 87e80ce

Browse files
committed
remove logging
1 parent e3718e2 commit 87e80ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

assets/providers/websocket_connection.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
(function () {
22
function tryconnect(url) {
33
var ws = new WebSocket(url);
4-
console.log(ws);
54
ws.onopen = function () {
6-
console.log("opening up!");
75
WebIO.sendCallback = function (msg) {
86
ws.send(JSON.stringify(msg))
97
}

0 commit comments

Comments
 (0)