From 0963f38b535808efbbd122629fa9b053bf5a2963 Mon Sep 17 00:00:00 2001 From: Allen Gilliland <agilliland@gmail.com> Date: Mon, 1 Jun 2015 21:52:33 -0700 Subject: [PATCH] comment out the call to `(browse-url)` for now because it's causing elastic beanstalk deployments to fail. --- src/metabase/core.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/metabase/core.clj b/src/metabase/core.clj index 5772b4487ca..08d8ab7d385 100644 --- a/src/metabase/core.clj +++ b/src/metabase/core.clj @@ -54,7 +54,8 @@ setup-url "\n\n")) ;; Attempt to browse URL on user's system; this will just fail silently if we can't do it - (browse-url setup-url))) + ;(browse-url setup-url) + )) (defn init -- GitLab