Skip to content

Commit

Permalink
Silence binaryen JS output
Browse files Browse the repository at this point in the history
  • Loading branch information
ddcc committed Aug 19, 2016
1 parent 1bebddc commit 5a11f38
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/js/wasm.js-post.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,6 @@ function integrateWasmJS(Module) {
for (var i = 0; i < methods.length; i++) {
var curr = methods[i];

Module['printErr']('trying binaryen method: ' + curr);

if (curr === 'native-wasm') {
if (exports = doNativeWasm(global, env, providedBuffer)) break;
} else if (curr === 'asmjs') {
Expand All @@ -316,8 +314,6 @@ function integrateWasmJS(Module) {

if (!exports) throw 'no binaryen method succeeded';

Module['printErr']('binaryen method succeeded.');

return exports;
};

Expand Down

0 comments on commit 5a11f38

Please sign in to comment.