From 2887883029de293458344a5d564039074d93246e Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 14 Apr 2016 10:38:23 -0700 Subject: remove excessive wasm-s-parser debug logging (#345) --- test/example/find_div0s.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/example/find_div0s.cpp') diff --git a/test/example/find_div0s.cpp b/test/example/find_div0s.cpp index 14eac95bb..24642c400 100644 --- a/test/example/find_div0s.cpp +++ b/test/example/find_div0s.cpp @@ -32,7 +32,7 @@ int main() { // The parsed code has just one element, the module. Build the module // from that (and abort on any errors, but there won't be one here). - SExpressionWasmBuilder builder(module, *root[0], [&]() { abort(); }, false); + SExpressionWasmBuilder builder(module, *root[0], [&]() { abort(); }); // Print it out WasmPrinter::printModule(&module, std::cout); -- cgit v1.2.3