Skip to content
Snippets Groups Projects
Unverified Commit a980d720 authored by Cam Saul's avatar Cam Saul
Browse files

Remove unused :require for environ.core

parent 02e90a3c
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@
"Start Metabase the usual way and exit. Useful for profiling Metabase launch time."
[]
;; override env var that would normally make Jetty block forever
(require 'environ.core)
(intern 'environ.core 'env (assoc environ.core/env :mb-jetty-join "false"))
(u/profile "start-normally" ((resolve 'metabase.core/start-normally))))
......
......@@ -4,7 +4,6 @@
(:require [cheshire.core :as json]
[clojure.pprint :as pprint]
[clojure.tools.logging :as log]
environ.core
[medley.core :as m]
[metabase
[config :as config]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment