diff -r 4dc3bb0099b0 -r c14618f9de99 connectionutilities/ConnectionDialogs/DisconnectDlg/src/ConnectionModel.cpp --- a/connectionutilities/ConnectionDialogs/DisconnectDlg/src/ConnectionModel.cpp Wed Mar 31 22:15:10 2010 +0300 +++ b/connectionutilities/ConnectionDialogs/DisconnectDlg/src/ConnectionModel.cpp Wed Apr 14 16:22:04 2010 +0300 @@ -358,18 +358,6 @@ // the connection is succesfully closed CConnectionInfo* info = iConnArray->At( iClosingConnectionIndex ); - TPtrC iap = info->GetIapNameL(); - TInt bearerType = info->GetBearerType(); - - if( bearerType < EBearerExternalCSD ) - { - InfoNoteL( R_QTN_NETW_CONF_CONN_DISCONNECTED, &iap ); - } - else - { - InfoNoteL( R_QTN_NETW_CONF_MODEM_CONN_DISCONNECTED ); - } - CLOG_LEAVEFN("CConnectionModel::SelectedConnectionClosedL"); }