Skip to content

Commit

Permalink
chore: code cleanup (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
matjaz authored Aug 28, 2024
1 parent f724878 commit 6d3e260
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/http/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

func main() {
log.Info("NWC Starting in HTTP mode")
log.Info("AlbyHub Starting in HTTP mode")

// Create a channel to receive OS signals.
osSignalChannel := make(chan os.Signal, 1)
Expand Down
4 changes: 0 additions & 4 deletions service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ func NewService(ctx context.Context) (*service, error) {

eventPublisher := events.NewEventPublisher()

if err != nil {
logger.Logger.WithError(err).Error("Failed to create Alby OAuth service")
return nil, err
}

keys := keys.NewKeys()

Expand Down

0 comments on commit 6d3e260

Please sign in to comment.