mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
Removing overly verbose debug message (yes, I realize the irony)
This commit is contained in:
parent
a49d257412
commit
a12778ba65
1 changed files with 0 additions and 1 deletions
|
@ -226,7 +226,6 @@ compile_priority(File) ->
|
|||
{error, _} ->
|
||||
10; % couldn't parse the file, default priority
|
||||
{ok, Trees} ->
|
||||
?DEBUG("Computing priority of ~p\n", [File]),
|
||||
F2 = fun({tree,arity_qualifier,_,
|
||||
{arity_qualifier,{tree,atom,_,behaviour_info},
|
||||
{tree,integer,_,1}}}, _) ->
|
||||
|
|
Loading…
Reference in a new issue