mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-02-09 04:03:49 +02:00
removed commented pb.Bootstrap() code
This commit is contained in:
parent
4a6bc453de
commit
4b64e0910b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user