about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--examples/public-inbox.psgi2
-rwxr-xr-xscript/public-inbox-httpd2
2 files changed, 0 insertions, 4 deletions
diff --git a/examples/public-inbox.psgi b/examples/public-inbox.psgi
index 8886d7fa..0b8500d5 100644
--- a/examples/public-inbox.psgi
+++ b/examples/public-inbox.psgi
@@ -25,8 +25,6 @@ builder {
                                 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 47e38eca..56551ede 100755
--- a/script/public-inbox-httpd
+++ b/script/public-inbox-httpd
@@ -32,8 +32,6 @@ my $refresh = sub {
                                                 application/atom+xml
                                                 )]
                         };
-                        $@ and warn
-"Plack::Middleware::Deflater missing, bandwidth will be wasted\n";
 
                         eval { enable 'ReverseProxy' };
                         $@ and warn