mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
remove debug lines
This commit is contained in:
@@ -6093,10 +6093,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