remove log

This commit is contained in:
Pete Matsyburka
2024-03-19 13:57:21 +02:00
parent 1a720cf1ad
commit cf98616a27
@@ -128,10 +128,6 @@ module Submissions
uuid = attrs[:uuid].presence
uuid ||= template.submitters.find { |e| e['name'].to_s.casecmp(attrs[:role].to_s).zero? }&.dig('uuid')
if attrs[:role].present? && uuid.blank? && defined?(Rollbar)
Rollbar.error("Role doesn't existng: #{attrs[:role]}, #{template.id}")
end
uuid || template.submitters[index]&.dig('uuid')
end