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