Commit b48df2a0 authored by Mehmet Emin INAC's avatar Mehmet Emin INAC

Remove ensure block and inline logging

parent ce53319c
......@@ -112,7 +112,7 @@ module Gitlab
def perform(*range)
feedback = VulnerabilityFeedback.without_uuid.in_range(*range).load_vulnerability_findings
feedback.each(&:set_finding_uuid)
ensure
log_info(feedback.count)
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