mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Remove debug log
This commit is contained in:
parent
b48cc0c7eb
commit
1a613d6123
1 changed files with 0 additions and 1 deletions
|
@ -119,7 +119,6 @@ compile(Config, AppFile) ->
|
||||||
AllBins = [sets:from_list(Bins),
|
AllBins = [sets:from_list(Bins),
|
||||||
sets:from_list(NewBins)],
|
sets:from_list(NewBins)],
|
||||||
Intersection = sets:intersection(AllBins),
|
Intersection = sets:intersection(AllBins),
|
||||||
?DEBUG("Bins: ~p NewBins: ~p~n", [Bins, NewBins]),
|
|
||||||
case needs_link(Target, sets:to_list(Intersection)) of
|
case needs_link(Target, sets:to_list(Intersection)) of
|
||||||
true ->
|
true ->
|
||||||
LinkTemplate = select_link_template(Target),
|
LinkTemplate = select_link_template(Target),
|
||||||
|
|
Loading…
Reference in a new issue