Skip to content

Commit

Permalink
remove unhelpful log message
Browse files Browse the repository at this point in the history
  • Loading branch information
MalinAhlberg committed Nov 15, 2024
1 parent 6006424 commit 91db79c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sda/cmd/ingest/ingest.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ func main() {
}

// Set the file's hex encoded public key
log.Debugln("Compute and set key hash")
publicKey := keys.DerivePublicKey(*key)
keyhash := hex.EncodeToString(publicKey[:])
err = db.SetKeyHash(keyhash, fileID)
Expand Down

0 comments on commit 91db79c

Please sign in to comment.