diff --git a/src/rebar_port_compiler.erl b/src/rebar_port_compiler.erl index 6f2d6ec..8236842 100644 --- a/src/rebar_port_compiler.erl +++ b/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),