Skip to content

Commit

Permalink
Remove unnecessary initialize method
Browse files Browse the repository at this point in the history
  • Loading branch information
benngarcia committed Aug 7, 2024
1 parent 47e5eaf commit f5d7e3b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/scout_apm/background_job_integrations/good_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ class GoodJob
UNKNOWN_QUEUE_PLACEHOLDER = 'default'.freeze
attr_reader :logger

def initialize(logger)
@logger = logger
end

def name
:good_job
end
Expand Down

0 comments on commit f5d7e3b

Please sign in to comment.