remove debug console log (ignore its content pls)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
9ae9aeea07
commit
3997974f0f
|
@ -303,7 +303,6 @@ module.exports = React.createClass({
|
||||||
|
|
||||||
componentDidUpdate: function() {
|
componentDidUpdate: function() {
|
||||||
if (this.focusComposer) {
|
if (this.focusComposer) {
|
||||||
console.log('is this the shitty duplicate?');
|
|
||||||
dis.dispatch({action: 'focus_composer'});
|
dis.dispatch({action: 'focus_composer'});
|
||||||
this.focusComposer = false;
|
this.focusComposer = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue