diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-11 23:40:28 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-11 23:40:28 +0200 |
commit | e4fb80799bd0ed284ff79763e7248a8d43bc7152 (patch) | |
tree | c8c694c6a60832f7e0f774d86e22c16ea66104fe /src | |
parent | 015858b2d3265808fd2714e54a6d0dac38bea642 (diff) |
Remove debug log
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_eunit.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl index f197f99..af14896 100644 --- a/src/rebar_eunit.erl +++ b/src/rebar_eunit.erl @@ -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 |