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 =