From f9d689f9fd17c2e09b414ac974cc20a57a2256fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 13 Nov 2018 15:56:58 +0100 Subject: Remove two unnecessary debug calls --- test/compress_SUITE.erl | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/compress_SUITE.erl b/test/compress_SUITE.erl index 06b3950..74be4f9 100644 --- a/test/compress_SUITE.erl +++ b/test/compress_SUITE.erl @@ -126,7 +126,6 @@ gzip_stream_reply_sendfile(Config) -> {200, Headers, GzBody} = do_get("/stream_reply/sendfile", [{<<"accept-encoding">>, <<"gzip">>}], Config), {_, <<"gzip">>} = lists:keyfind(<<"content-encoding">>, 1, Headers), - file:write_file("/tmp/test.gz", GzBody), _ = zlib:gunzip(GzBody), ok. @@ -135,7 +134,6 @@ gzip_stream_reply_sendfile_fin(Config) -> {200, Headers, GzBody} = do_get("/stream_reply/sendfile_fin", [{<<"accept-encoding">>, <<"gzip">>}], Config), {_, <<"gzip">>} = lists:keyfind(<<"content-encoding">>, 1, Headers), - file:write_file("/tmp/test.gz", GzBody), _ = zlib:gunzip(GzBody), ok. -- cgit v1.2.3