소스 검색

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 ->

불러오는 중...
취소
저장