Skip to content

Commit

Permalink
perf: rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Sep 24, 2024
1 parent 3fda835 commit ed6e661
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/kotlin/li/songe/gkd/shizuku/ShizukuApi.kt
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ fun safeTap(x: Float, y: Float): Boolean? {
private fun IUserService.execCommandForResult(command: String): Boolean? {
return try {
val result = execCommand(command)
LogUtils.d("safeTap", result)
if (result != null) {
json.decodeFromString<CommandResult>(result).code == 0
} else {
Expand Down

0 comments on commit ed6e661

Please sign in to comment.