Skip to content

Commit

Permalink
application is now 100% configurable using application:get_env mechan…
Browse files Browse the repository at this point in the history
…ism (incl. command line overriding)
  • Loading branch information
pavlobaron committed Jan 23, 2011
1 parent 83ee3ba commit 512a425
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/dr_env_lib.erl
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ get_env(Area) ->
get_env(Area, Key) ->

error_logger:info_report(get_env(Area)),

[H | _T] = [X || {T, X} <- get_env(Area), T == Key], H.

0 comments on commit 512a425

Please sign in to comment.