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