diff --git a/android/KMEA/app/src/main/assets/android-host.js b/android/KMEA/app/src/main/assets/android-host.js index b0a1ab47d2..302b381a36 100644 --- a/android/KMEA/app/src/main/assets/android-host.js +++ b/android/KMEA/app/src/main/assets/android-host.js @@ -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;