diff --git a/instrumentation/logger/lib/opentelemetry/instrumentation.rb b/instrumentation/logger/lib/opentelemetry/instrumentation.rb index eb80ddd2b..001b363af 100644 --- a/instrumentation/logger/lib/opentelemetry/instrumentation.rb +++ b/instrumentation/logger/lib/opentelemetry/instrumentation.rb @@ -11,7 +11,6 @@ # The OpenTelemetry module provides global accessors for telemetry objects. # See the documentation for the `opentelemetry-api` gem for details. module OpenTelemetry - # Instrumentation should be able to handle the case when the library is not installed on a user's system. module Instrumentation end end