fix: remove unnecessary comment

This commit is contained in:
Himadri Bhattacharjee 2024-04-12 18:29:52 +05:30
commit 8001609bbd
No known key found for this signature in database

View file

@ -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