From 8001609bbd15f1c405b0265dadabd37dd61feee2 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Fri, 12 Apr 2024 18:29:52 +0530 Subject: [PATCH] fix: remove unnecessary comment --- src/core/sync.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/sync.rs b/src/core/sync.rs index 8cd2ee7..0e7bdd3 100644 --- a/src/core/sync.rs +++ b/src/core/sync.rs @@ -115,7 +115,6 @@ pub async fn perform_adb_commands( CommandType::Shell => "Shell", }; - // HERE FUEGO!! match adb_shell_command(true, &action) { Ok(o) => { // On old devices, adb commands can return the '0' exit code even if there