Skip to content

Commit

Permalink
shell.html: remove pointless status output
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Sep 2, 2023
1 parent 902efcb commit f858a03
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions webpage/shell.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,8 @@
//canvas.addEventListener("webglcontextlost", function(e) { alert('FIXME: WebGL context lost, please reload the page'); e.preventDefault(); }, false);
return canvas;
})(),
setStatus: function(text) {
console.log("status: " + text);
},
monitorRunDependencies: function(left) {
console.log("monitor run deps: " + left);
}
setStatus: function(text) { },
monitorRunDependencies: function(left) { },
};
window.onerror = function() {
console.log("onerror: " + event.message);
Expand Down

0 comments on commit f858a03

Please sign in to comment.