remove spurious debug

This commit is contained in:
Richard van der Hoff 2016-03-09 15:29:12 +00:00
parent b45c256427
commit 1a371b346e

View File

@ -167,7 +167,6 @@ module.exports = React.createClass({
// we don't need to forceUpdate ourselves here, but we do need to
// forceUpdate the scrollpanel, which will make the gemini panel update
// itself and trigger a scroll position check.
console.log("MessagePanel.onResize");
this.refs.scrollPanel.forceUpdate();
},