diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-02-12 18:43:40 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-02-12 18:43:40 +0100 |
commit | 1a613d61235efe70399a0a62eaa418666ccc81f9 (patch) | |
tree | bb1a75fbdc8918e759721d72851f686ff1c8c45b /src | |
parent | b48cc0c7ebf88d6e422333719fb74a1fc7974cd1 (diff) |
Remove debug log
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_port_compiler.erl | 1 |
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), |