mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-04 07:47:30 +03:00
Remove logs
This commit is contained in:
parent
e71df44fc9
commit
5c7891a25b
1 changed files with 0 additions and 1 deletions
|
@ -1003,7 +1003,6 @@ export default class MessageComposerInput extends React.Component {
|
|||
|
||||
removeMDLinks(contentState: ContentState, prefixes: string[]) {
|
||||
const plaintext = contentState.getPlainText();
|
||||
console.info('Removing MD', plaintext);
|
||||
if (!plaintext) return '';
|
||||
return plaintext.replace(REGEX_MATRIXTO_MARKDOWN_GLOBAL,
|
||||
(markdownLink, text, resource, prefix, offset) => {
|
||||
|
|
Loading…
Reference in a new issue