瀏覽代碼

Remove noisy debug message

It makes things worse than if it weren't there.
Fixes issue #1726
pull/1737/head
Fred Hebert 7 年之前
父節點
當前提交
15ec1ce305
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. +0
    -2
      src/rebar_app_discover.erl

+ 0
- 2
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 ->

Loading…
取消
儲存