Skip to content

Commit

Permalink
no debug on unmarshal
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesilveira committed Oct 19, 2010
1 parent e38c8b5 commit 2e3de85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/restfulie/client/http/request_marshaller.rb
Expand Up @@ -14,7 +14,6 @@ def initialize(config, requester)
# otherwise check if its a raw request, returning the content itself.
# finally, tries to parse the content with a mediatype handler or returns the response itself.
def parse(host, path, http_request, request, response)
debugger
if response.code == 201
request = Restfulie.at(response.headers['location'])
request.accepts(@config.acceptable_mediatypes) if @config.acceptable_mediatypes
Expand Down

0 comments on commit 2e3de85

Please sign in to comment.