Skip to content

Commit

Permalink
remove log from initial-settings migration
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygd committed Dec 17, 2024
1 parent e88eb1a commit bc9dc97
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions beszel/migrations/initial-settings.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package migrations

import (
"log"

"github.com/pocketbase/pocketbase/core"
m "github.com/pocketbase/pocketbase/migrations"
"github.com/pocketbase/pocketbase/tools/security"
Expand All @@ -19,7 +17,6 @@ func init() {
settings.Meta.AppName = "Beszel"
settings.Meta.HideControls = true
if err := app.Save(settings); err != nil {
log.Println("failed to save settings", err)
return err
}
// create superuser
Expand Down

0 comments on commit bc9dc97

Please sign in to comment.