diff options
author | Justin Wood <justin.k.wood@protonmail.com> | 2019-04-16 12:57:45 -0400 |
---|---|---|
committer | Justin Wood <justin.k.wood@protonmail.com> | 2019-04-16 12:57:45 -0400 |
commit | 60d6e0bb6b422cd1f40ba4ab406b47fb47abacfc (patch) | |
tree | 56355e38bf8ebe6c2e9b7862d9a71b5b767ea628 /test | |
parent | 1fa0503fc93b3411f42ebb58d197f4a060f40631 (diff) |
Remove debugging
Diffstat (limited to 'test')
-rw-r--r-- | test/rebar_compile_SUITE.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/rebar_compile_SUITE.erl b/test/rebar_compile_SUITE.erl index dfbbc80..44f20d7 100644 --- a/test/rebar_compile_SUITE.erl +++ b/test/rebar_compile_SUITE.erl @@ -2324,8 +2324,6 @@ app_file_linting(Config) -> History = meck:history(rebar_log), Warnings = [{Str, Args} || {_, {rebar_log, log, [warn, Str, Args]}, _} <- History], - ct:pal("Warnings Length: ~p", [length(Warnings)]), - ct:pal("Warnings: ~p", [Warnings]), ?assert(none /= proplists:lookup("~p is missing description entry", Warnings)), ?assert(none /= proplists:lookup("~p is missing kernel from applications list", Warnings)), ?assert(none /= proplists:lookup("~p is missing stdlib from applications list", Warnings)). |