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