Skip to content

Commit

Permalink
chore: Remove unncessary mutex/instrument registry
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Dec 4, 2024
1 parent 873f64a commit 5d243bb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions logs_api/lib/opentelemetry/logs/logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ module OpenTelemetry
module Logs
# No-op implementation of logger.
class Logger
def initialize
@mutex = Mutex.new
@instrument_registry = {}
end

# rubocop:disable Style/EmptyMethod

# Emit a {LogRecord} to the processing pipeline.
Expand Down

0 comments on commit 5d243bb

Please sign in to comment.