From 1a371b346e265f4359712036af5a99e5d300ae2a Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Wed, 9 Mar 2016 15:29:12 +0000 Subject: [PATCH] remove spurious debug --- src/components/structures/MessagePanel.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/structures/MessagePanel.js b/src/components/structures/MessagePanel.js index f622d1af8b..4d52ee3d42 100644 --- a/src/components/structures/MessagePanel.js +++ b/src/components/structures/MessagePanel.js @@ -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(); },