Remove extraneous binding.pry

This commit is contained in:
Kyle Drake 2017-03-22 11:34:31 -07:00
parent d57809608f
commit d03df1c490

View file

@ -35,7 +35,6 @@ class Archive < Sequel::Model
end end
else else
line = Cocaine::CommandLine.new('ipfs', 'pin rm :ipfs_hash') line = Cocaine::CommandLine.new('ipfs', 'pin rm :ipfs_hash')
binding.pry
response = line.run ipfs_hash: ipfs_hash response = line.run ipfs_hash: ipfs_hash
output_array = response.to_s.split("\n") output_array = response.to_s.split("\n")
end end