Skip to content

Commit

Permalink
chore(android): Disable debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
darcywong00 committed Sep 19, 2024
1 parent 4927922 commit 9096105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/KMEA/app/src/main/assets/android-host.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ function enableSuggestions(model, mayPredict, maySuggest) {
// Set the options first so that KMW's ModelManager can properly handle model enablement states
// the moment we actually register the new model.
// Use console_debug
window.console.log('enableSuggestions(mayPredict='+mayPredict+', maySuggest='+maySuggest+')');
console_debug('enableSuggestions(mayPredict='+mayPredict+', maySuggest='+maySuggest+')');
if (!mayPredict) {
keyman.core.languageProcessor.mayPredict = false;
keyman.core.languageProcessor.mayCorrect = false;
Expand Down

0 comments on commit 9096105

Please sign in to comment.