Skip to content

Commit 62c6c45

Browse files
💄
1 parent 798cc03 commit 62c6c45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_http.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ def handler_return_header(request, header_key)
286286
end
287287

288288
def handler_return_host(request)
289-
pp request.host()
290289
HyperRuby::Response.new(200, { 'Content-Type' => 'application/json' }, { message: request.host() }.to_json)
291290
end
292291

0 commit comments

Comments
 (0)