mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Remove extraneous logging message.
This commit is contained in:
parent
eb4dcc22a7
commit
4eb534aab6
2 changed files with 1 additions and 3 deletions
|
|
@ -1773,7 +1773,6 @@ void CMMDVMHost::setMode(unsigned char mode)
|
|||
break;
|
||||
|
||||
case MODE_FM:
|
||||
LogMessage("Mode set to FM");
|
||||
if (m_dstarNetwork != NULL)
|
||||
m_dstarNetwork->enable(false);
|
||||
if (m_dmrNetwork != NULL)
|
||||
|
|
@ -1812,7 +1811,6 @@ void CMMDVMHost::setMode(unsigned char mode)
|
|||
break;
|
||||
|
||||
case MODE_LOCKOUT:
|
||||
LogMessage("Mode set to Lockout");
|
||||
if (m_dstarNetwork != NULL)
|
||||
m_dstarNetwork->enable(false);
|
||||
if (m_dmrNetwork != NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue