Skip to content

Commit

Permalink
remove depracated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
karinamzalez committed Dec 28, 2023
1 parent fba2854 commit 42bf006
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ssas/service/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ type Server struct {
func ChooseSigningKey(signingKeyPath, signingKey string) (*rsa.PrivateKey, error) {
var key *rsa.PrivateKey = nil
var error error = nil
// (?)Dont have access to context here because this is called before server is established
// *TODO: To prevent duplicate logging, remove error handling out of this function. Return error and log error outside of function.
if signingKey == "" && signingKeyPath != "" {
sk, err := GetPrivateKey(signingKeyPath)
Expand Down

0 comments on commit 42bf006

Please sign in to comment.