Skip to content

Commit 1a613d6

Browse files
author
Tuncer Ayaz
committed
Remove debug log
1 parent b48cc0c commit 1a613d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rebar_port_compiler.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ compile(Config, AppFile) ->
119119
AllBins = [sets:from_list(Bins),
120120
sets:from_list(NewBins)],
121121
Intersection = sets:intersection(AllBins),
122-
?DEBUG("Bins: ~p NewBins: ~p~n", [Bins, NewBins]),
123122
case needs_link(Target, sets:to_list(Intersection)) of
124123
true ->
125124
LinkTemplate = select_link_template(Target),

0 commit comments

Comments
 (0)