Skip to content

Commit

Permalink
Removed old print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Blimke committed Jun 20, 2010
1 parent 7b4fe5a commit c38b726
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/webmock/util/uri.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class URI

NORMALIZED_URIS = Hash.new do |hash, uri|
normalized_uri = WebMock::Util::URI.heuristic_parse(uri)
p uri
normalized_uri.query_values = sort_query_values(normalized_uri.query_values) if normalized_uri.query_values
normalized_uri = normalized_uri.normalize #normalize! is slower
normalized_uri.port = normalized_uri.inferred_port unless normalized_uri.port
Expand Down

0 comments on commit c38b726

Please sign in to comment.