Skip to content

Commit

Permalink
Remove debugging pry (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-vaughan authored and m-morrone committed Sep 25, 2019
1 parent 6ca9e3a commit 4dd888f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.16.1 / 2019-09-25
* Remove debugging pry that was accidentally left in

### 1.16.0 / 2019-09-23
* Added a sosreport function to gather SOS Reports from EL systems

Expand Down
3 changes: 0 additions & 3 deletions lib/simp/beaker_helpers/inspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@ def self.process_inspec_results(results)
end

if !profiles || profiles.empty?
require 'pry'
binding.pry

fail("Error: Could not find 'profiles' in the passed results")
end

Expand Down
2 changes: 1 addition & 1 deletion lib/simp/beaker_helpers/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Simp; end

module Simp::BeakerHelpers
VERSION = '1.16.0'
VERSION = '1.16.1'
end

0 comments on commit 4dd888f

Please sign in to comment.