From 9361ebeb84297c02cfa3d9a3b784893b4e9f405e Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Sat, 10 Jun 2017 15:53:39 -0700 Subject: Revert "Fix for search not working when addons are enabled" --- cmd/ponzu/main.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmd') diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go index c102aa4..7572dcc 100644 --- a/cmd/ponzu/main.go +++ b/cmd/ponzu/main.go @@ -137,8 +137,6 @@ var serveCmd = &cobra.Command{ } } - go db.InitSearchIndex() - // save the https port the system is listening on err := db.PutConfig("https_port", fmt.Sprintf("%d", httpsport)) if err != nil { -- cgit v1.2.3