Skip to content

Commit b917429

Browse files
committed
fix: stop logging pairing code node text
1 parent 454fc6a commit b917429

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

base/src/main/java/io/github/sds100/keymapper/base/expertmode/SystemBridgeSetupAssistantController.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ class SystemBridgeSetupAssistantController @AssistedInject constructor(
256256
// and trying to find the clickable node. This can change subtly between
257257
// Android devices and ROMs.
258258
val textNode = rootNode.findNodeRecursively { node ->
259-
Timber.e(node.text?.toString())
260259
PAIRING_CODE_BUTTON_TEXT_FILTER.any { text -> node.text?.contains(text) == true }
261260
} ?: return
262261

0 commit comments

Comments
 (0)