summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wasm-s-parser.h2
1 files changed, 1 insertions, 1 deletions
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] == '-';