mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove uneeded and now wrong Sentry error capturing
This commit is contained in:
parent
25b9a9be19
commit
1c9f9274a9
1 changed files with 0 additions and 2 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue