Fix non json log lije

This commit is contained in:
gearnode
2025-03-23 19:15:28 +01:00
parent 6ff1faa707
commit 39487ecc5f

View File

@@ -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