diff --git a/src/ripple/validators/impl/ValidatorSourceURL.cpp b/src/ripple/validators/impl/ValidatorSourceURL.cpp index 8b18c5d3f..b4948286b 100644 --- a/src/ripple/validators/impl/ValidatorSourceURL.cpp +++ b/src/ripple/validators/impl/ValidatorSourceURL.cpp @@ -26,7 +26,7 @@ public: if (httpResult.error == 0) { - Logger::outputDebugString (httpResult.response->toString ()); + //Logger::outputDebugString (httpResult.response->toString ()); } return result;