Skip to content

Commit

Permalink
Merge pull request #12674 from keymanapp/fix/core/12661_logging
Browse files Browse the repository at this point in the history
fix(core): permanently disable logging 🏠
  • Loading branch information
ermshiperete authored Nov 28, 2024
2 parents bffd0aa + 1c94d72 commit 38ae052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/kmx/kmx_processevent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using namespace kmx;
/* Globals */

KMX_BOOL km::core::kmx::g_debug_ToConsole = FALSE;
KMX_BOOL km::core::kmx::g_debug_KeymanLog = TRUE;
KMX_BOOL km::core::kmx::g_debug_KeymanLog = FALSE; // workaround for #12661
KMX_BOOL km::core::kmx::g_silent = FALSE;

/*
Expand Down

0 comments on commit 38ae052

Please sign in to comment.