re-remove debug lines

This commit is contained in:
Mayukha Vadari
2025-11-17 18:16:14 +05:30
parent efa2a1b4e7
commit c326a80abd

View File

@@ -5724,10 +5724,6 @@ public:
} }
else 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); fail(rpcCallTest.description, __FILE__, rpcCallTest.line);
} }
} }