remove rails logger ref

This commit is contained in:
Seth Call 2026-01-19 13:21:26 -06:00
parent ab424c21d2
commit c183af3d6b
1 changed files with 0 additions and 1 deletions

View File

@ -554,7 +554,6 @@ module JamRuby
CapiTransmitter.send_event('CustomizeProduct', self)
end
rescue => e
Rails.logger.error("Error sending #{field_name} CAPI event: #{e.message}")
puts("Error sending #{field_name} CAPI event: #{e.message}")
end