Skip to content

Commit

Permalink
Removed debug printout
Browse files Browse the repository at this point in the history
  • Loading branch information
aalpern committed Jan 25, 2012
1 parent ffe9426 commit 37fb3ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/parse/client.rb
Expand Up @@ -37,7 +37,6 @@ def request(uri, method = :get, body = nil)
end

response = @session.request(method, uri, {}, options)
ap response
if response.status >= 400
raise ParseProtocolError, response
else
Expand Down

0 comments on commit 37fb3ab

Please sign in to comment.