Skip to content

Commit

Permalink
Remove dead comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed Oct 25, 2023
1 parent abb7682 commit 66da92d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def check_snoop_log(self) -> bool:
capture_output=True).get_captured_output()

def check_capabilities(self):
# TODO: Write capabilities to artifacts
self.logger.info("Checking if device has root")
self.c_has_root = self.platform.run_adb_command(
"shell which su", capture_output=True).finished_success()
Expand Down

0 comments on commit 66da92d

Please sign in to comment.