From c9faed78e9b625adcfd4a0735b751c028c3b0d3d Mon Sep 17 00:00:00 2001 From: "Tj (bougyman) Vanderpoel" Date: Sun, 4 Feb 2024 22:00:45 -0600 Subject: [PATCH] Removes breakpoints --- Gemfile | 1 + Gemfile.lock | 3 ++- lib/linear/commands/issue.rb | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 4292cba..0b43609 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,7 @@ source 'https://rubygems.org' +gem 'semantic_logger', '~> 4.0' # Specify your gem's dependencies in linear-cli.gemspec gemspec diff --git a/Gemfile.lock b/Gemfile.lock index 1510854..7ec91fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - linear-cli (0.7.2) + linear-cli (0.7.3) base64 (~> 0.2) dry-cli (~> 1.0) dry-cli-completion (~> 1.0) @@ -254,6 +254,7 @@ DEPENDENCIES rubocop (~> 1.21) rubocop-rake rubocop-rspec + semantic_logger (~> 4.0) BUNDLED WITH 2.5.3 diff --git a/lib/linear/commands/issue.rb b/lib/linear/commands/issue.rb index 792c006..00b45a4 100644 --- a/lib/linear/commands/issue.rb +++ b/lib/linear/commands/issue.rb @@ -61,7 +61,6 @@ def make_da_issue!(**options) def gimme_da_issue!(issue_id, me: Rubyists::Linear::User.me) # rubocop:disable Naming/MethodParameterName logger.trace('Looking up issue', issue_id:, me:) - require 'pry'; binding.pry issue = Rubyists::Linear::Issue.find(issue_id) if issue.assignee && issue.assignee[:id] == me.id prompt.say("You are already assigned #{issue_id}")