summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.go b/main.go
index b887981..6da8e93 100644
--- a/main.go
+++ b/main.go
@@ -10,7 +10,6 @@ import (
"path/filepath"
"xengineering.eu/ceres/model"
- "xengineering.eu/ceres/view"
)
func main() {
@@ -39,8 +38,6 @@ func main() {
model.InjectTestRecipes()
- view.Init()
-
server := NewServer(config.HttpAddress)
go server.Start()
defer server.Stop()