diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-06-10 15:53:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-10 15:53:39 -0700 |
commit | 9361ebeb84297c02cfa3d9a3b784893b4e9f405e (patch) | |
tree | 72a8557eb7e717b930d2a3ff304a77f4ddff437d /cmd/ponzu/main.go | |
parent | ccfbb7cb00113bf9b9c7e7ac5742df72cd5b96fd (diff) |
Revert "Fix for search not working when addons are enabled"
Diffstat (limited to 'cmd/ponzu/main.go')
-rw-r--r-- | cmd/ponzu/main.go | 2 |
1 files changed, 0 insertions, 2 deletions
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 { |