Skip to content

Commit

Permalink
Merge pull request #12724 from keymanapp/fix/core/cherry-pick/12661_l…
Browse files Browse the repository at this point in the history
…ogging

fix(core): permanently disable logging 🍒
  • Loading branch information
ermshiperete authored Nov 28, 2024
2 parents c7fef47 + 0958a2d commit b423e81
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 b423e81

Please sign in to comment.