diff --git a/app.js b/app.js index af28f13..5557be0 100644 --- a/app.js +++ b/app.js @@ -45,7 +45,7 @@ var console = { if (typeof(WScript) !== "undefined") { WScript.echo(msg); } else if (typeof(window) !== "undefined") { - window.alert(msg); + //window.alert(msg); } this._messages.push(msg);