summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2018-03-30 10:59:59 -0400
committerFred Hebert <mononcqc@ferd.ca>2018-03-30 10:59:59 -0400
commit15ec1ce305065ae0cb8b659b29111c7f275eeff7 (patch)
tree9059ba77becd913cf9002d2bf19a883bdbe0c380 /src
parentb37737a63c67589a2aedeb7dff3d212ea4e87753 (diff)
Remove noisy debug message
It makes things worse than if it weren't there. Fixes issue #1726
Diffstat (limited to 'src')
-rw-r--r--src/rebar_app_discover.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rebar_app_discover.erl b/src/rebar_app_discover.erl
index 441521b..382b36b 100644
--- a/src/rebar_app_discover.erl
+++ b/src/rebar_app_discover.erl
@@ -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 ->