We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398cc23 commit b6b0045Copy full SHA for b6b0045
lib/datadog/di/probe_notifier_worker.rb
@@ -229,7 +229,6 @@ def set_sleep_remaining
229
# types of events. Therefore on most wake-ups we expect to only
230
# send one type of events.
231
define_method("maybe_send_#{event_type}") do
232
- logger.debug { caller.join("\n") }
233
batch = nil
234
@lock.synchronize do
235
batch = instance_variable_get("@#{event_type}_queue")
0 commit comments