Skip to content

Commit

Permalink
cli: Remove useless prompting for password when deleting
Browse files Browse the repository at this point in the history
Fixes #523.
  • Loading branch information
mitya57 committed Aug 28, 2021
1 parent 7ec245b commit bf30243
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions keyring/cli.py
Expand Up @@ -85,9 +85,6 @@ def do_set(self):
set_password(self.service, self.username, password)

def do_del(self):
self.input_password(
f"Deleting password for '{self.username}' in '{self.service}': "
)
delete_password(self.service, self.username)

def invalid_op(self):
Expand Down

0 comments on commit bf30243

Please sign in to comment.