summaryrefslogtreecommitdiff
path: root/src/rebar_port_compiler.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-02-12 18:43:40 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-02-12 18:43:40 +0100
commit1a613d61235efe70399a0a62eaa418666ccc81f9 (patch)
treebb1a75fbdc8918e759721d72851f686ff1c8c45b /src/rebar_port_compiler.erl
parentb48cc0c7ebf88d6e422333719fb74a1fc7974cd1 (diff)
downloadrebar-1a613d61235efe70399a0a62eaa418666ccc81f9.tar.gz
Remove debug log
Diffstat (limited to 'src/rebar_port_compiler.erl')
-rw-r--r--src/rebar_port_compiler.erl1
1 files changed, 0 insertions, 1 deletions
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),