diff --git a/src/test/rpc/RPCCall_test.cpp b/src/test/rpc/RPCCall_test.cpp index f1483d3be0..c1c24f5466 100644 --- a/src/test/rpc/RPCCall_test.cpp +++ b/src/test/rpc/RPCCall_test.cpp @@ -6093,10 +6093,6 @@ public: } else { - std::cout << "no match: " << rpcCallTest.description - << std::endl; - std::cout << " got: " << got.toStyledString() << std::endl; - std::cout << " exp: " << exp.toStyledString() << std::endl; fail(rpcCallTest.description, __FILE__, rpcCallTest.line); } }