remove debug statements

This commit is contained in:
Mayukha Vadari
2025-11-17 17:47:20 +05:30
parent e66cfab251
commit 9fb088cb42

View File

@@ -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);
}
}