Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuncer Ayaz committed Jul 11, 2012
1 parent 015858b commit e4fb807
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rebar_eunit.erl
Expand Up @@ -93,7 +93,6 @@ eunit(Config, _AppFile) ->
Files = rebar_utils:find_files(Dir, ".*\\.erl\$"),
lists:append(Acc, Files)
end, [], SrcDirs),
?DEBUG("SrcErls: ~s\n", [SrcErls]),

%% 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
Expand Down

0 comments on commit e4fb807

Please sign in to comment.