From e82c94a9720f69ad689d91c811d0eb338d7b8e19 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Wed, 11 Nov 2015 10:42:11 -0800 Subject: remove debug print --- src/wasm-s-parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wasm-s-parser.h b/src/wasm-s-parser.h index 20091fc2c..62efc92c1 100644 --- a/src/wasm-s-parser.h +++ b/src/wasm-s-parser.h @@ -704,7 +704,7 @@ private: case f64: ret->value.f64 = std::nan(""); break; default: onError(); } - std::cerr << "make constant " << str << " ==> " << ret->value << '\n'; + //std::cerr << "make constant " << str << " ==> " << ret->value << '\n'; return ret; } bool negative = str[0] == '-'; -- cgit v1.2.3