Skip to content

Commit

Permalink
Remove byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
dannnylo committed Oct 14, 2024
1 parent 9032503 commit fcf9eee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion lib/sidekiq/belt/community/force_kill.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

require "sidekiq/web"
require "sidekiq/web/helpers"
require "byebug"

module Sidekiq
module Belt
Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq/belt/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Sidekiq
module Belt
VERSION = "0.3.6"
VERSION = "0.3.7"
end
end
1 change: 0 additions & 1 deletion spec/sidekiq/belt/ent/periodic_pause_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

require "sidekiq"
require "sidekiq/web"
require "byebug"

RSpec.describe(Sidekiq::Belt::Ent::PeriodicPause) do
let(:redis_mock) { double("redis") }
Expand Down

0 comments on commit fcf9eee

Please sign in to comment.