Removed Log line due to privilege.
authoreh1112.kim <eh1112.kim@samsung.com>
Mon, 6 May 2013 06:57:22 +0000 (15:57 +0900)
committereh1112.kim <eh1112.kim@samsung.com>
Mon, 6 May 2013 06:57:22 +0000 (15:57 +0900)
Change-Id: I21b86a257d52abd35b1daa7038d8f1ac6d706299
Signed-off-by: eh1112.kim <eh1112.kim@samsung.com>
src/FTel_NetworkSettingEvent.cpp

index f7b3211..dc63023 100755 (executable)
@@ -112,14 +112,6 @@ _NetworkSettingEvent::FireImpl(Tizen::Base::Runtime::IEventListener& listener, c
                        // Total Count
                        SysLog(NID_TEL,"The number of network info list is %d", pDescNetworkInfoList->GetCount());
 
-                       for (int i = 0 ; i < pDescNetworkInfoList->GetCount() ; i++)
-                       {
-                               NetworkInfo* pNetworkInfo = dynamic_cast<NetworkInfo*>(pDescNetworkInfoList->GetAt(i));
-                               SysTryCatch(NID_TEL, pNetworkInfo != null, , E_SYSTEM, "[%s] A system error has occured. Failed on dynamic casting", GetErrorMessage(E_SYSTEM));
-                               SysSecureLog(NID_TEL, "The cellid is %d, lac is %d, mcc is %d, mnc is %d, operator name is %ls, and plmn is %ls"
-                               , pNetworkInfo->GetCellId(), pNetworkInfo->GetLac(), pNetworkInfo->GetMcc(), pNetworkInfo->GetMnc(), pNetworkInfo->GetOperatorName().GetPointer(), pNetworkInfo->GetPlmn().GetPointer());
-                       }
-
                        pNetworkSettingListener->OnTelephonyNetworkSearchCompletedN(pDescNetworkInfoList.release(), pArg->GetError());
                }
         break; // _NETWORK_EVENT_SEARCH_COMPLETED