Remove debug output for URL Validators Source

This commit is contained in:
Vinnie Falco
2013-09-12 02:21:16 -07:00
parent db30bfe352
commit 89bc2bbc6f

View File

@@ -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;