Skip to content

Commit

Permalink
fix: remove debug error
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuswinger committed Nov 11, 2024
1 parent 79c689a commit 1112321
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ func (state State) GenerateKeys() error {
return err
}

return fmt.Errorf("uh oh")
// Generate master keypair
logger.Debugf("generating master keypair\n")
generateMasterKeypairSpinner := spinner.NewSpinnerModel(
Expand Down

0 comments on commit 1112321

Please sign in to comment.