diff --git a/src/lte/model/lte-spectrum-phy.cc b/src/lte/model/lte-spectrum-phy.cc index 60e58242e..2174aee40 100644 --- a/src/lte/model/lte-spectrum-phy.cc +++ b/src/lte/model/lte-spectrum-phy.cc @@ -474,9 +474,6 @@ LteSpectrumPhy::StartTxDlCtrlFrame (std::list > ctrlMsgLi NS_LOG_FUNCTION (this << " PSS " << (uint16_t)pss); NS_LOG_LOGIC (this << " state: " << m_state); - -// m_phyTxStartTrace (pb); - switch (m_state) { case RX_DATA: @@ -532,8 +529,6 @@ LteSpectrumPhy::StartTxUlSrsFrame () NS_LOG_FUNCTION (this); NS_LOG_LOGIC (this << " state: " << m_state); - // m_phyTxStartTrace (pb); - switch (m_state) { case RX_DATA: