diff -r a2a70ce3d4e8 -r 5f1cd966e0d9 applayerpluginsandutils/httptransportplugins/httptransporthandler/csocketconnector.cpp --- a/applayerpluginsandutils/httptransportplugins/httptransporthandler/csocketconnector.cpp Thu Jul 15 19:14:59 2010 +0300 +++ b/applayerpluginsandutils/httptransportplugins/httptransporthandler/csocketconnector.cpp Thu Aug 19 10:27:19 2010 +0300 @@ -108,14 +108,12 @@ // Move to the PendingDNSLookup state and self complete. if(aRemoteAddress == NULL) { - RDebug::Printf("RemoteAddress is NULL so doing a DNS lookup"); iState = EPendingDNSLookup; // Address is unknown / DNS lookup is needed error = DoPendingDNSLookup(); } else { - RDebug::Printf("Remote address is known so doing a direct connect"); iState = EConnecting; // Address is know. No lookup is needed. Just go and connect. iHostDnsEntry().iAddr = *aRemoteAddress; @@ -389,7 +387,6 @@ iCommsInfoProvider.HostResolverFromCache(iHostResolver); // Get the RHostResolver from the cache if(iHostResolver.SubSessionHandle() <= 0) { - RDebug::Printf("No host resolver. Open a new one..."); if ( iCommsInfoProvider.HasConnection() ) { // Open the host resolver session with the preffered connection