remove printf debugging

This commit is contained in:
Konstantin Haase 2012-12-06 17:13:08 +01:00
parent c3e1bb7d67
commit 6f8a5860af

View File

@ -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