Browse Source

Merge pull request #1737 from ferd/remove-debug-noise

Remove noisy debug message
pull/1739/head
Fred Hebert 7 years ago
committed by GitHub
parent
commit
827056301a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/rebar_app_discover.erl

+ 0
- 2
src/rebar_app_discover.erl View File

@ -334,8 +334,6 @@ create_app_info(AppInfo, AppDir, AppFile) ->
C = rebar_config:consult(AppDir),
AppInfo3 = rebar_app_info:update_opts(AppInfo2,
rebar_app_info:opts(AppInfo2), C),
?DEBUG("create_app_info(~p, ~p, ~p) -> ~n~p~n",
[AppInfo, AppDir, AppFile, AppInfo3]),
Valid = case rebar_app_utils:validate_application_info(AppInfo3) =:= true
andalso rebar_app_info:has_all_artifacts(AppInfo3) =:= true of
true ->

Loading…
Cancel
Save