Skip to content

Commit

Permalink
Merge pull request #12287 from keymanapp/chore/android/cleanup-stray-…
Browse files Browse the repository at this point in the history
…debug

chore(android): Cleanup stray debug statements in console
  • Loading branch information
darcywong00 authored Aug 26, 2024
2 parents 89d65ad + 8c959f7 commit 793ef93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/KMEA/app/src/main/assets/android-host.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function notifyHost(event, params) {
function setLongpressDelay(delay) {
if (keyman.osk) {
keyman.osk.gestureParams.longpress.waitLength = delay;
console.debug('setLongpressDelay('+delay+')');
console_debug('setLongpressDelay('+delay+')');
} else {
window.console.log('setLongpressDelay error: keyman.osk undefined');
}
Expand Down Expand Up @@ -304,7 +304,7 @@ function updateKMSelectionRange(start, end) {

console_debug('result:\n' + build_context_string(context));
} else {
console.debug('range unchanged');
console_debug('range unchanged');
}
}

Expand Down

0 comments on commit 793ef93

Please sign in to comment.