From 15ec1ce305065ae0cb8b659b29111c7f275eeff7 Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Fri, 30 Mar 2018 10:59:59 -0400 Subject: Remove noisy debug message It makes things worse than if it weren't there. Fixes issue #1726 --- src/rebar_app_discover.erl | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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 -> -- cgit v1.1