Skip to content

Commit

Permalink
chore: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs committed Nov 8, 2024
1 parent 5eb661c commit 258a66c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/keys/key_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ func (kc KeyConfig) IsInKeyring(
return false, err
}

fmt.Println(out.String())
if strings.Contains(out.String(), "No records were found in keyring") {
return false, nil
}
Expand Down

0 comments on commit 258a66c

Please sign in to comment.