diff --git a/src/test/rpc/RPCCall_test.cpp b/src/test/rpc/RPCCall_test.cpp index d9b123c908..7647dc5f65 100644 --- a/src/test/rpc/RPCCall_test.cpp +++ b/src/test/rpc/RPCCall_test.cpp @@ -5978,10 +5978,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); } }