Skip to content

Commit

Permalink
Revert "debug"
Browse files Browse the repository at this point in the history
This reverts commit 8859a00.
  • Loading branch information
p committed Feb 10, 2025
1 parent b6b0045 commit 56eb100
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/datadog/di/probe_notifier_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,8 @@ def set_sleep_remaining
end

def maybe_send
i=rand
logger.debug { "di: #{i} send status" }
rv = maybe_send_status
logger.debug { "di: #{i} send snapshot" }
rv = maybe_send_snapshot || rv
logger.debug { "di: #{i} done" }
rv
maybe_send_snapshot || rv
end
end
end
Expand Down

0 comments on commit 56eb100

Please sign in to comment.