Skip to content

Commit

Permalink
removed commented pb.Bootstrap() code
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Sep 9, 2022
1 parent 4a6bc45 commit 4b64e09
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pocketbase.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,6 @@ func (pb *PocketBase) Start() error {
// This method differs from pb.Start() by not registering the default
// system commands!
func (pb *PocketBase) Execute() error {
// if err := pb.Bootstrap(); err != nil {
// return err
// }

var wg sync.WaitGroup

wg.Add(1)
Expand Down

0 comments on commit 4b64e09

Please sign in to comment.