From 60d6e0bb6b422cd1f40ba4ab406b47fb47abacfc Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Tue, 16 Apr 2019 12:57:45 -0400 Subject: Remove debugging --- test/rebar_compile_SUITE.erl | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') 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)). -- cgit v1.1