--- a/locationrequestmgmt/networkrequesthandler/src/privacyhandler.cpp Thu Aug 19 11:17:26 2010 +0300
+++ b/locationrequestmgmt/networkrequesthandler/src/privacyhandler.cpp Tue Aug 31 16:38:06 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)