mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 15:19:02 +02:00
Remove uneeded and now wrong Sentry error capturing
This commit is contained in:
@@ -230,8 +230,6 @@ define [
|
||||
}
|
||||
|
||||
_aceDeltaToSimpleDelta: (aceDelta, docLines) ->
|
||||
if !aceDelta.range?
|
||||
Raven?.captureException(new Error("Missing range in aceDelta"), { delta: aceDelta })
|
||||
start = aceDelta.start
|
||||
linesBefore = docLines.slice(0, start.row)
|
||||
position =
|
||||
|
||||
Reference in New Issue
Block a user