Skip to content

Commit c9faed7

Browse files
committed
Removes breakpoints
1 parent 7f4178c commit c9faed7

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
source 'https://rubygems.org'
44

5+
gem 'semantic_logger', '~> 4.0'
56
# Specify your gem's dependencies in linear-cli.gemspec
67
gemspec
78

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
linear-cli (0.7.2)
4+
linear-cli (0.7.3)
55
base64 (~> 0.2)
66
dry-cli (~> 1.0)
77
dry-cli-completion (~> 1.0)
@@ -254,6 +254,7 @@ DEPENDENCIES
254254
rubocop (~> 1.21)
255255
rubocop-rake
256256
rubocop-rspec
257+
semantic_logger (~> 4.0)
257258

258259
BUNDLED WITH
259260
2.5.3

lib/linear/commands/issue.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def make_da_issue!(**options)
6161

6262
def gimme_da_issue!(issue_id, me: Rubyists::Linear::User.me) # rubocop:disable Naming/MethodParameterName
6363
logger.trace('Looking up issue', issue_id:, me:)
64-
require 'pry'; binding.pry
6564
issue = Rubyists::Linear::Issue.find(issue_id)
6665
if issue.assignee && issue.assignee[:id] == me.id
6766
prompt.say("You are already assigned #{issue_id}")

0 commit comments

Comments
 (0)