phoneapp/phonemediatorcenter/src/cphonemediatormessagefactory.cpp
changeset 76 cfea66083b62
parent 37 ba76fc04e6c2
--- a/phoneapp/phonemediatorcenter/src/cphonemediatormessagefactory.cpp	Fri Sep 17 17:09:12 2010 +0300
+++ b/phoneapp/phonemediatorcenter/src/cphonemediatormessagefactory.cpp	Mon Oct 04 16:06:10 2010 +0300
@@ -70,11 +70,9 @@
 // ---------------------------------------------------------
 //
 MPhoneMediatorMessage* CPhoneMediatorMessageFactory::CreateMessageL( 
-    const TInt aMessage, TInt aCallId )
+    const TInt aMessage, TInt /*aCallId*/ )
     {
     __LOGMETHODSTARTEND( EPhoneMediatorCenter, "CPhoneMediatorMessageFactory::CreateMessageL( ) ");
-    __PHONELOG2( EBasic, EPhoneMediatorCenter, 
-        "CPhoneMediatorMessageFactory::CreateMessageL - aMessage=%d, aCallId=%d", aMessage, aCallId );
 
     MPhoneMediatorMessage* message = NULL;