Explorar el Código

Remove debug log

pull/3/head
Tuncer Ayaz hace 13 años
padre
commit
1a613d6123
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      src/rebar_port_compiler.erl

+ 0
- 1
src/rebar_port_compiler.erl Ver fichero

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

Cargando…
Cancelar
Guardar