Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Oct 27, 2024
1 parent c6e2a84 commit 574b3c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ublue_update/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,8 @@ def ask_for_updates(system):
"critical",
)
if out is None:
log.info("balls")
return
# if the user has confirmed
print(out.stdout.decode("utf-8"))
if "universal-blue-update-confirm" in out.stdout.decode("utf-8"):
run_updates(system, True)

Expand Down

0 comments on commit 574b3c0

Please sign in to comment.