瀏覽代碼

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

Loading…
取消
儲存