You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
even less logging
This commit is contained in:
@@ -41,7 +41,7 @@ export function renderModel(editor, model) {
|
||||
return lines;
|
||||
}, [[]]);
|
||||
|
||||
console.log(lines.map(parts => parts.map(p => p.toString())));
|
||||
// console.log(lines.map(parts => parts.map(p => p.toString())));
|
||||
|
||||
lines.forEach((parts, i) => {
|
||||
let lineContainer = editor.childNodes[i];
|
||||
|
||||
Reference in New Issue
Block a user