summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wasm/wasm-binary.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wasm/wasm-binary.cpp b/src/wasm/wasm-binary.cpp
index 3181288f8..ca9f44700 100644
--- a/src/wasm/wasm-binary.cpp
+++ b/src/wasm/wasm-binary.cpp
@@ -1652,10 +1652,6 @@ void WasmBinaryBuilder::readNextDebugLocation() {
}
while (nextDebugLocation.first && nextDebugLocation.first <= pos) {
- if (nextDebugLocation.first < pos) {
- std::cerr << "skipping debug location info for 0x";
- std::cerr << std::hex << nextDebugLocation.first << std::dec << std::endl;
- }
debugLocation.clear();
// use debugLocation only for function expressions
if (currFunction) {