Remove debug log

This commit is contained in:
Tuncer Ayaz 2012-02-12 18:43:40 +01:00
parent b48cc0c7eb
commit 1a613d6123

View file

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