avoid pesky ERROR from mucking up map

This commit is contained in:
Jan-Piet Mens
2016-02-04 12:05:21 +01:00
parent 302eff78e4
commit 3a4bbce8d0

View File

@@ -52,7 +52,7 @@ function ws_connect() {
};
ws.onerror = function(ev) {
out('<span style="color: red; ">ERROR: </span> ' + ev.data);
// out('<span style="color: red; ">ERROR: </span> ' + ev.data);
};
}