Remove debug log

This commit is contained in:
Tuncer Ayaz 2012-07-11 23:40:28 +02:00
parent 015858b2d3
commit e4fb80799b

View file

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