瀏覽代碼

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}}}, _) ->

Loading…
取消
儲存