remove debug lines

This commit is contained in:
Mayukha Vadari
2025-11-17 18:01:51 +05:30
parent 2116ea6eae
commit 400cd02325

View File

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