Remove debug logging of keypresses (#3075)

While only present in a Log.d call, which should be stripped out of release
builds, this feels like an unnecessary privacy risk.
This commit is contained in:
Nik Clayton 2022-12-30 11:41:11 +01:00 committed by GitHub
parent 3170e1ce71
commit c07dd0f919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1092,7 +1092,6 @@ class ComposeActivity :
}
override fun onKeyDown(keyCode: Int, event: KeyEvent): Boolean {
Log.d(TAG, event.toString())
if (event.action == KeyEvent.ACTION_DOWN) {
if (event.isCtrlPressed) {
if (keyCode == KeyEvent.KEYCODE_ENTER) {