basho / rebar
Erlang Build Tools -- Please file bug and feature requests at http://issues.basho.com.
| commit 193: | 75b089ece24e |
| parent 184: | efd76a2b9786 |
| branch: | default |
Removing overly verbose debug message (yes, I realize the irony)
dizzyd
5 months ago
5 months ago
Changed (Δ58 bytes):
raw changeset »
src/rebar_erlc_compiler.erl (0 lines added, 1 lines removed)
Up to file-list src/rebar_erlc_compiler.erl:
| … | … | @@ -226,7 +226,6 @@ compile_priority(File) -> |
226 |
226 |
{error, _} -> |
227 |
227 |
10; % couldn't parse the file, default priority |
228 |
228 |
{ok, Trees} -> |
229 |
?DEBUG("Computing priority of ~p\n", [File]), |
|
230 |
229 |
F2 = fun({tree,arity_qualifier,_, |
231 |
230 |
{arity_qualifier,{tree,atom,_,behaviour_info}, |
232 |
231 |
{tree,integer,_,1}}}, _) -> |
