Skip to content

Commit 65f998e

Browse files
committed
removing irrelevant js comment
1 parent 06f6d5a commit 65f998e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

priv/static/js/ws_client.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ window.onload = function() {
66
type: "edit"
77
};
88

9-
/* Connection is established send location data */
109
wsc.onopen = function(r) {
1110
wsc.send(JSON.stringify(msgObj));
1211
}

0 commit comments

Comments
 (0)