Remove debug logging
This commit is contained in:
parent
01955146e9
commit
8fe3fa9178
1 changed files with 1 additions and 2 deletions
|
@ -75,8 +75,7 @@ module.exports = React.createClass({
|
||||||
this.mounted = true;
|
this.mounted = true;
|
||||||
},
|
},
|
||||||
|
|
||||||
componentDidUpdate: function(prevp, nextp) {
|
componentDidUpdate: function() {
|
||||||
console.log(prevp, nextp);
|
|
||||||
// Reinitialise the stickyHeaders when the component is updated
|
// Reinitialise the stickyHeaders when the component is updated
|
||||||
this._updateStickyHeaders(true);
|
this._updateStickyHeaders(true);
|
||||||
this._repositionIncomingCallBox(undefined, false);
|
this._repositionIncomingCallBox(undefined, false);
|
||||||
|
|
Loading…
Reference in a new issue