mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 10:35:50 +00:00
remove debug statements
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user