From 0fb070ad43f769c83d47fb42955c3b916bbf3d21 Mon Sep 17 00:00:00 2001 From: "Tj (bougyman) Vanderpoel" Date: Tue, 6 Feb 2024 20:05:18 -0600 Subject: [PATCH] Removes bad pry --- lib/linear/cli/caller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/linear/cli/caller.rb b/lib/linear/cli/caller.rb index fb199e9..6b9474d 100644 --- a/lib/linear/cli/caller.rb +++ b/lib/linear/cli/caller.rb @@ -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