mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Remove extraneous binding.pry
This commit is contained in:
parent
d57809608f
commit
d03df1c490
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue