Browse Source

Removing overly verbose debug message (yes, I realize the irony)

Dave Smith 15 years ago
parent
commit
a12778ba65
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/rebar_erlc_compiler.erl

+ 0
- 1
src/rebar_erlc_compiler.erl View File

@ -226,7 +226,6 @@ compile_priority(File) ->
{error, _} -> {error, _} ->
10; % couldn't parse the file, default priority 10; % couldn't parse the file, default priority
{ok, Trees} -> {ok, Trees} ->
?DEBUG("Computing priority of ~p\n", [File]),
F2 = fun({tree,arity_qualifier,_, F2 = fun({tree,arity_qualifier,_,
{arity_qualifier,{tree,atom,_,behaviour_info}, {arity_qualifier,{tree,atom,_,behaviour_info},
{tree,integer,_,1}}}, _) -> {tree,integer,_,1}}}, _) ->

Loading…
Cancel
Save