Skip to content

Commit

Permalink
ugh print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nginsburg committed May 2, 2022
1 parent ea63cbc commit 51ef1f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libpkpass/commands/populate.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ def _decrypt_password_entry(self, password):
)
distributor = password.recipients[self.iddb.id["name"]]["distributor"]
if not self.args["noverify"]:
print(self.iddb.id)
result = password.verify_entry(
self.iddb.id["name"],
self.iddb,
Expand Down

0 comments on commit 51ef1f5

Please sign in to comment.