From 89bc2bbc6f9b751ccb531915737e7fa252278f4d Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Thu, 12 Sep 2013 02:21:16 -0700 Subject: [PATCH] Remove debug output for URL Validators Source --- src/ripple/validators/impl/ValidatorSourceURL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;