Skip to content
Snippets Groups Projects
Commit b29da8fd authored by Allen Gilliland's avatar Allen Gilliland
Browse files

Merge pull request #446 from metabase/comment_out_browse_url

comment out the call to `(browse-url)` for now because it's causing e…
parents eb264e6d 0963f38b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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