소스 검색

Remove debug log

pull/3/head
Tuncer Ayaz 13 년 전
부모
커밋
1a613d6123
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      src/rebar_port_compiler.erl

+ 0
- 1
src/rebar_port_compiler.erl 파일 보기

@ -119,7 +119,6 @@ compile(Config, AppFile) ->
AllBins = [sets:from_list(Bins),
sets:from_list(NewBins)],
Intersection = sets:intersection(AllBins),
?DEBUG("Bins: ~p NewBins: ~p~n", [Bins, NewBins]),
case needs_link(Target, sets:to_list(Intersection)) of
true ->
LinkTemplate = select_link_template(Target),

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