mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-05 05:38:41 +03:00
remove debug console log (ignore its content pls)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
9ae9aeea07
commit
3997974f0f
1 changed files with 0 additions and 1 deletions
|
@ -303,7 +303,6 @@ module.exports = React.createClass({
|
|||
|
||||
componentDidUpdate: function() {
|
||||
if (this.focusComposer) {
|
||||
console.log('is this the shitty duplicate?');
|
||||
dis.dispatch({action: 'focus_composer'});
|
||||
this.focusComposer = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue