1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

remove logging

This commit is contained in:
Bruno Windels
2019-05-08 11:14:08 +02:00
parent 0f38753dba
commit 85adc8953f

View File

@@ -93,7 +93,6 @@ export function setCaretPosition(editor, caretPosition) {
node = node.childNodes[0];
}
}
console.log("setting caret", caretPosition, node);
const sel = document.getSelection();
sel.removeAllRanges();
const range = document.createRange();