From 1c9f9274a986d980f1a9d4253dcbb7bfb6252ded Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 8 Sep 2015 11:48:39 +0100 Subject: [PATCH] Remove uneeded and now wrong Sentry error capturing --- .../ide/editor/directives/aceEditor/undo/UndoManager.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/web/public/coffee/ide/editor/directives/aceEditor/undo/UndoManager.coffee b/services/web/public/coffee/ide/editor/directives/aceEditor/undo/UndoManager.coffee index 1caef9e87b..1f6b536046 100644 --- a/services/web/public/coffee/ide/editor/directives/aceEditor/undo/UndoManager.coffee +++ b/services/web/public/coffee/ide/editor/directives/aceEditor/undo/UndoManager.coffee @@ -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 =