Remove logging for invalid JSON from Docker container
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user