소스 검색

Removing overly verbose debug message (yes, I realize the irony)

Dave Smith 15 년 전
부모
커밋
a12778ba65
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      src/rebar_erlc_compiler.erl

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

@ -226,7 +226,6 @@ compile_priority(File) ->
{error, _} ->
10; % couldn't parse the file, default priority
{ok, Trees} ->
?DEBUG("Computing priority of ~p\n", [File]),
F2 = fun({tree,arity_qualifier,_,
{arity_qualifier,{tree,atom,_,behaviour_info},
{tree,integer,_,1}}}, _) ->

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