瀏覽代碼

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

Remove noisy debug message
pull/1739/head
Fred Hebert 7 年之前
committed by GitHub
父節點
當前提交
827056301a
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 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…
取消
儲存