diff --git a/js/views/conversation_view.js b/js/views/conversation_view.js index ef60f2a39..e32b56742 100644 --- a/js/views/conversation_view.js +++ b/js/views/conversation_view.js @@ -2419,7 +2419,6 @@ direction = 'none'; } - console.log(isLeft, direction, posStart, posEnd, newPosStart, newPosEnd); if (direction === 'forward') { newPosStart = posStart; } else if (direction === 'backward') {