Skip to content

Commit

Permalink
Removes breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
bougyman committed Feb 5, 2024
1 parent 7f4178c commit c9faed7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

source 'https://rubygems.org'

gem 'semantic_logger', '~> 4.0'
# Specify your gem's dependencies in linear-cli.gemspec
gemspec

Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -254,6 +254,7 @@ DEPENDENCIES
rubocop (~> 1.21)
rubocop-rake
rubocop-rspec
semantic_logger (~> 4.0)

BUNDLED WITH
2.5.3
1 change: 0 additions & 1 deletion lib/linear/commands/issue.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit c9faed7

Please sign in to comment.