1
0
mirror of https://github.com/bumi/blockstream_satellite synced 2025-06-15 17:28:14 +00:00

Remove debug output

This commit is contained in:
bumi 2019-02-08 21:43:52 +01:00
parent 89f9d041cf
commit e8acab0da9

View File

@ -15,7 +15,6 @@ module BlockstreamSatellite
end
def post(path, body = nil, &block)
puts body.inspect
request(:post, path, nil, body, &block)
end