mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Remove debug output for URL Validators Source
This commit is contained in:
@@ -26,7 +26,7 @@ public:
|
|||||||
|
|
||||||
if (httpResult.error == 0)
|
if (httpResult.error == 0)
|
||||||
{
|
{
|
||||||
Logger::outputDebugString (httpResult.response->toString ());
|
//Logger::outputDebugString (httpResult.response->toString ());
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
|||||||
Reference in New Issue
Block a user