examples/public-inbox.psgi | 2 -- script/public-inbox-httpd | 2 -- diff --git a/examples/public-inbox.psgi b/examples/public-inbox.psgi index 8886d7fa881b8d18f076a6981309b41913c9cd4b..0b8500d54cc167e5048f58ea3fd2759a6901fe15 100644 --- a/examples/public-inbox.psgi +++ b/examples/public-inbox.psgi @@ -25,8 +25,6 @@ text/plain application/atom+xml )] }; - $@ and warn -"Plack::Middleware::Deflater missing, bandwidth will be wasted\n"; # Enable to ensure redirects and Atom feed URLs are generated # properly when running behind a reverse proxy server which diff --git a/script/public-inbox-httpd b/script/public-inbox-httpd index 47e38eca2ea0bfd6b313f375f49b730041bc9754..56551eded7e0065fdb5891aef6f3604ad7c719eb 100755 --- a/script/public-inbox-httpd +++ b/script/public-inbox-httpd @@ -32,8 +32,6 @@ text/plain application/atom+xml )] }; - $@ and warn -"Plack::Middleware::Deflater missing, bandwidth will be wasted\n"; eval { enable 'ReverseProxy' }; $@ and warn