Remove uneeded and now wrong Sentry error capturing

This commit is contained in:
James Allen 2015-09-08 11:48:39 +01:00
parent 25b9a9be19
commit 1c9f9274a9

View file

@ -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 =