From 21138c1d0283b855719014b492d1ec181bece96b Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Thu, 22 May 2025 15:41:19 +0300 Subject: [PATCH] remove log --- lib/submissions/generate_result_attachments.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/submissions/generate_result_attachments.rb b/lib/submissions/generate_result_attachments.rb index de8e055f..5d697082 100644 --- a/lib/submissions/generate_result_attachments.rb +++ b/lib/submissions/generate_result_attachments.rb @@ -809,12 +809,8 @@ module Submissions data = cache[attachment.uuid] if ICO_REGEXP.match?(attachment.content_type) - Rollbar.error("Load ICO: #{attachment.uuid}") if defined?(Rollbar) - LoadIco.call(data) elsif BMP_REGEXP.match?(attachment.content_type) - Rollbar.error("Load BMP: #{attachment.uuid}") if defined?(Rollbar) - LoadBmp.call(data) else Vips::Image.new_from_buffer(data, '')