Skip to content

Commit

Permalink
No Logging in prod please
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Jan 7, 2025
1 parent 8c19912 commit 95b422d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sst/voicemanager/voicemanager_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

namespace sst::voicemanager
{
static constexpr bool vmLog{true};
static constexpr bool vmLog{false};
#define VML(...) \
{ \
if constexpr (vmLog) \
Expand Down

0 comments on commit 95b422d

Please sign in to comment.