Skip to content

Commit

Permalink
Remove redundant logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
benpate committed Jan 19, 2025
1 parent 3c3f778 commit e853b0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions service/theme.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ func (service *Theme) Add(themeID string, filesystem fs.FS, definition []byte) e
service.setStartupContent(&theme, content)
}

log.Trace().Msg("Theme Service: adding theme: " + theme.ThemeID)

// Add the theme into the theme library
service.set(theme)
return nil
Expand Down

0 comments on commit e853b0d

Please sign in to comment.