Remove console, unused variables...
This commit is contained in:
parent
bfb1638ff3
commit
1d820cf837
3 changed files with 4 additions and 6 deletions
|
@ -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,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue