mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +00:00
Remove debug log
This commit is contained in:
parent
015858b2d3
commit
e4fb80799b
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ eunit(Config, _AppFile) ->
|
||||||
Files = rebar_utils:find_files(Dir, ".*\\.erl\$"),
|
Files = rebar_utils:find_files(Dir, ".*\\.erl\$"),
|
||||||
lists:append(Acc, Files)
|
lists:append(Acc, Files)
|
||||||
end, [], SrcDirs),
|
end, [], SrcDirs),
|
||||||
?DEBUG("SrcErls: ~s\n", [SrcErls]),
|
|
||||||
|
|
||||||
%% If it is not the first time rebar eunit is executed, there will be source
|
%% If it is not the first time rebar eunit is executed, there will be source
|
||||||
%% files already present in ?EUNIT_DIR. Since some SCMs (like Perforce) set
|
%% files already present in ?EUNIT_DIR. Since some SCMs (like Perforce) set
|
||||||
|
|
Loading…
Reference in a new issue