Remove puts
This commit is contained in:
parent
cbd3487705
commit
637d35d673
1 changed files with 0 additions and 1 deletions
|
|
@ -81,7 +81,6 @@ ImageUploader.enable_processing = false
|
||||||
stub_request(:get, "https://#{host}/.well-known/host-meta").to_return(:status => 200, :body => host_xrd)
|
stub_request(:get, "https://#{host}/.well-known/host-meta").to_return(:status => 200, :body => host_xrd)
|
||||||
stub_request(:get, "http://#{host}/.well-known/host-meta").to_return(:status => 200, :body => host_xrd)
|
stub_request(:get, "http://#{host}/.well-known/host-meta").to_return(:status => 200, :body => host_xrd)
|
||||||
if opts[:diaspora] || host.include?("diaspora")
|
if opts[:diaspora] || host.include?("diaspora")
|
||||||
puts address
|
|
||||||
stub_request(:get, /webfinger\/\?q=#{address}/).to_return(:status => 200, :body => finger_xrd)
|
stub_request(:get, /webfinger\/\?q=#{address}/).to_return(:status => 200, :body => finger_xrd)
|
||||||
stub_request(:get, "http://#{host}/hcard/users/4c8eccce34b7da59ff000002").to_return(:status => 200, :body => hcard_response)
|
stub_request(:get, "http://#{host}/hcard/users/4c8eccce34b7da59ff000002").to_return(:status => 200, :body => hcard_response)
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue