silence TSCC disabled error when attempting to fetch the TSCC slot instance;

pull/39/head
Bryan Biedenkapp 3 years ago
parent 9a03d084c9
commit 54a2afc0bc

@ -519,7 +519,6 @@ Slot* Control::getTSCCSlot() const
return m_slot2;
break;
default:
LogError(LOG_DMR, "DMR, invalid slot, TSCC disabled, slotNo = %u", m_tsccSlotNo);
return nullptr;
}
}

Loading…
Cancel
Save

Powered by TurnKey Linux.