Переглянути джерело

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

Завантаження…
Відмінити
Зберегти