This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

commit e7b2a64cba68393ad66e1445d8763839a3e97b02
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Jul 26 13:43:28 2016 -0400

    remove debug statements
---
 lib/whimsy/asf/rack.rb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/whimsy/asf/rack.rb b/lib/whimsy/asf/rack.rb
index 98a25a3..5958a7b 100644
--- a/lib/whimsy/asf/rack.rb
+++ b/lib/whimsy/asf/rack.rb
@@ -183,10 +183,8 @@ module ASF
 
     def call(env)
       if env['HTTP_IF_NONE_MATCH']
-        STDERR.puts env['HTTP_IF_NONE_MATCH']
         env['HTTP_IF_NONE_MATCH'] =
           env['HTTP_IF_NONE_MATCH'].sub(/-gzip"$/, '"')
-        STDERR.puts env['HTTP_IF_NONE_MATCH']
       end
 
       return @app.call(env)

-- 
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <commits@whimsical.apache.org>.

Reply via email to