revert debugging
llvm-svn: 301370
diff --git a/llvm/lib/Object/WasmObjectFile.cpp b/llvm/lib/Object/WasmObjectFile.cpp
index 4e1f237e1..9f3486e 100644
--- a/llvm/lib/Object/WasmObjectFile.cpp
+++ b/llvm/lib/Object/WasmObjectFile.cpp
@@ -324,7 +324,7 @@
Reloc.Addend = readVarint32(Ptr);
break;
default:
- return make_error<GenericBinaryError>("Bad relocation type: " + Twine(Reloc.Type),
+ return make_error<GenericBinaryError>("Bad relocation type",
object_error::parse_failed);
}
Section->Relocations.push_back(Reloc);