Skip to content

Commit

Permalink
fix: remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Jun 27, 2024
1 parent c0e7788 commit 9b7ef46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ape_aws/kms/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def ask_for_passphrase():
private_key=private_key,
import_token=import_token,
)
breakpoint()
response = kms_client.import_key(import_key_spec)
if response["ResponseMetadata"]["HTTPStatusCode"] != 200:
cli_ctx.abort("Key failed to import into KMS")
Expand Down

0 comments on commit 9b7ef46

Please sign in to comment.