Commit 79103a95 authored by Quang-Minh Nguyen's avatar Quang-Minh Nguyen

Remove debugging instructions

parent c9dcab30
...@@ -67,11 +67,9 @@ module Gitlab ...@@ -67,11 +67,9 @@ module Gitlab
end end
def observe(histogram, event) def observe(histogram, event)
# puts "web_transaction = #{web_transaction}"
web_transaction&.observe(histogram, event.duration / 1000.0) do web_transaction&.observe(histogram, event.duration / 1000.0) do
buckets DURATION_BUCKET buckets DURATION_BUCKET
end end
# puts "background_transaction = #{background_transaction}"
background_transaction&.observe(histogram, event.duration / 1000.0) do background_transaction&.observe(histogram, event.duration / 1000.0) do
buckets DURATION_BUCKET buckets DURATION_BUCKET
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment