perf: rm log
Some checks failed
Build-Apk / build (push) Has been cancelled

This commit is contained in:
lisonge 2024-09-24 17:19:05 +08:00
parent 3fda835ade
commit ed6e66159b

View File

@ -249,7 +249,6 @@ fun safeTap(x: Float, y: Float): Boolean? {
private fun IUserService.execCommandForResult(command: String): Boolean? { private fun IUserService.execCommandForResult(command: String): Boolean? {
return try { return try {
val result = execCommand(command) val result = execCommand(command)
LogUtils.d("safeTap", result)
if (result != null) { if (result != null) {
json.decodeFromString<CommandResult>(result).code == 0 json.decodeFromString<CommandResult>(result).code == 0
} else { } else {