Skip to content

Commit

Permalink
Remove extraneous logging message.
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx committed May 18, 2020
1 parent eb4dcc2 commit 4eb534a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions MMDVMHost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H

const char* VERSION = "20200512";
const char* VERSION = "20200518";

#endif

0 comments on commit 4eb534a

Please sign in to comment.