From d03df1c4903fac0d8696afa8020738d72057bef3 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Wed, 22 Mar 2017 11:34:31 -0700 Subject: [PATCH] Remove extraneous binding.pry --- models/archive.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/models/archive.rb b/models/archive.rb index 7a434120..7516475f 100644 --- a/models/archive.rb +++ b/models/archive.rb @@ -35,7 +35,6 @@ class Archive < Sequel::Model end else line = Cocaine::CommandLine.new('ipfs', 'pin rm :ipfs_hash') - binding.pry response = line.run ipfs_hash: ipfs_hash output_array = response.to_s.split("\n") end