Remove console, unused variables...

This commit is contained in:
Florian Duros 2022-10-05 14:59:02 +02:00
parent bfb1638ff3
commit 1d820cf837
No known key found for this signature in database
GPG key ID: 9700AA5870258A0B
3 changed files with 4 additions and 6 deletions

View file

@ -325,7 +325,6 @@ export default class MessageComposer extends React.Component<IProps, IState> {
};
private onWysiwygChange = (content: string) => {
console.log('content', content);
this.setState({
isComposerEmpty: content?.length === 0,
});