remove printf debugging
This commit is contained in:
parent
c3e1bb7d67
commit
6f8a5860af
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user