Skip to content

Commit

Permalink
Removes bad pry
Browse files Browse the repository at this point in the history
  • Loading branch information
bougyman committed Feb 7, 2024
1 parent 16ed916 commit 0fb070a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/linear/cli/caller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def self.prepended(mod) # rubocop:disable Metrics/MethodLength, Metrics/AbcSize
logger.trace "Calling #{self.class} with #{method_args}"
super(**method_args)
rescue SmellsBad => e
require 'pry'; binding.pry
logger.error e.message
exit 1
rescue NotFoundError => e
Expand Down

0 comments on commit 0fb070a

Please sign in to comment.