Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
leejw51crypto committed Mar 31, 2021
1 parent 5e45490 commit 34f7c95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libsecret.go
Expand Up @@ -6,7 +6,6 @@ import (
"encoding/hex"
"encoding/json"
"errors"
"fmt"

"strings"

Expand Down Expand Up @@ -84,7 +83,6 @@ func decodeKeyringString(src string) string {

func (k *secretsKeyring) openSecrets() error {
session, err := k.service.Open()
fmt.Printf("openSecrets %v\n", err)
if err != nil {
return err
}
Expand Down

0 comments on commit 34f7c95

Please sign in to comment.