Skip to content

Commit 4dd888f

Browse files
trevor-vaughanm-morrone
authored andcommitted
Remove debugging pry (#110)
1 parent 6ca9e3a commit 4dd888f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.16.1 / 2019-09-25
2+
* Remove debugging pry that was accidentally left in
3+
14
### 1.16.0 / 2019-09-23
25
* Added a sosreport function to gather SOS Reports from EL systems
36

lib/simp/beaker_helpers/inspec.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,6 @@ def self.process_inspec_results(results)
187187
end
188188

189189
if !profiles || profiles.empty?
190-
require 'pry'
191-
binding.pry
192-
193190
fail("Error: Could not find 'profiles' in the passed results")
194191
end
195192

lib/simp/beaker_helpers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Simp; end
22

33
module Simp::BeakerHelpers
4-
VERSION = '1.16.0'
4+
VERSION = '1.16.1'
55
end

0 commit comments

Comments
 (0)