From 6f8a5860afdf2ffdaee3292e64cf55ff2a7109bb Mon Sep 17 00:00:00 2001
From: Konstantin Haase <konstantin.mailinglists@googlemail.com>
Date: Thu, 6 Dec 2012 17:13:08 +0100
Subject: [PATCH] remove printf debugging

---
 lib/travis/web/set_token.rb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/travis/web/set_token.rb b/lib/travis/web/set_token.rb
index d182045c..af73cbdc 100644
--- a/lib/travis/web/set_token.rb
+++ b/lib/travis/web/set_token.rb
@@ -22,8 +22,6 @@ module Travis
           storage = 'sessionStorage' if storage != 'localStorage'
           info = [storage, token, user, request.fullpath]
           Rack::Response.new(template % info).finish
-        else
-          [200, {'Content-Type' => 'text/plain'}, [request.params.inspect]]
         end
       end
     end