From c410ef5354009b847053e75c8ce779883a371b0a Mon Sep 17 00:00:00 2001 From: Konstantin Ullrich Date: Wed, 11 Mar 2020 17:37:07 +0100 Subject: [PATCH] Remove Debuglog --- js/views/conversation_view.js | 1 - 1 file changed, 1 deletion(-) 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') {