Remove logging for invalid JSON from Docker container

This commit is contained in:
Sebastian Serth
2020-03-05 16:30:59 +01:00
parent f5da825567
commit 2a7e64490f

View File

@ -194,7 +194,6 @@ class SubmissionsController < ApplicationController
socket.send data socket.send data
Rails.logger.debug('Rescued parsing error, sent the received client data to docker:' + data) Rails.logger.debug('Rescued parsing error, sent the received client data to docker:' + data)
Raven.extra_context(data: data) Raven.extra_context(data: data)
Raven.capture_exception(error)
end end
end end