Fix non json log lije
This commit is contained in:
@@ -16,7 +16,6 @@ package web
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"io/fs"
|
"io/fs"
|
||||||
"log"
|
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
||||||
"github.com/getprobo/probo/apps/console"
|
"github.com/getprobo/probo/apps/console"
|
||||||
@@ -32,7 +31,6 @@ func NewServer() (*Server, error) {
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Printf("Using embedded SPA")
|
|
||||||
return &Server{
|
return &Server{
|
||||||
spaFS: http.FS(subFS),
|
spaFS: http.FS(subFS),
|
||||||
}, nil
|
}, nil
|
||||||
|
|||||||
Reference in New Issue
Block a user