Skip to content

Commit

Permalink
Land #18378, Remove left behind debug logging from prometheus exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-r7 authored Sep 18, 2023
2 parents 4a1ebe1 + 8172f30 commit 0fc88a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/msf/core/auxiliary/prometheus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,6 @@ def prometheus_config_eater(yamlconf)
end
elsif scrape['http_sd_configs']
scrape['http_sd_configs']&.each do |http_sd_configs|
puts http_sd_configs
process_http_sd_configs(scrape['job_name'], http_sd_configs)
end
elsif scrape['digitalocean_sd_configs']
Expand Down

0 comments on commit 0fc88a8

Please sign in to comment.