--- a/locationrequestmgmt/networkrequesthandler/src/privacyhandler.cpp Wed Sep 15 00:02:22 2010 +0300
+++ b/locationrequestmgmt/networkrequesthandler/src/privacyhandler.cpp Wed Oct 13 16:07:50 2010 +0300
@@ -971,11 +971,7 @@
privReq->SetRequestPrivacy(aNetPosRequestPrivacy);
}
privReq->SetStartTime();
- TInt err = iRequestBuffer.Append(privReq);
- if(err != KErrNone)
- {
- LBSLOG2(ELogP4, "CPrivacyControllerHandler::ProcessNetworkLocationRequest : iRequestBuffer.Append failed with - %d error",err);
- }
+ iRequestBuffer.Append(privReq);
iAlwaysVerify = EFalse;
if (iNrhServer == 0)