From 5f970edac5e2041d140228fe9fed2b1fcba5bfad Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 12 Jun 2015 13:49:23 +0100 Subject: [PATCH] strip out cruft --- src/pages/MatrixChat.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/pages/MatrixChat.js b/src/pages/MatrixChat.js index 0395450f46..2b639d196f 100644 --- a/src/pages/MatrixChat.js +++ b/src/pages/MatrixChat.js @@ -16,16 +16,6 @@ module.exports = React.createClass({ }; }, - /*componentWillMount: function() { - var that = this; - this.dispatcherRef = dis.register(function(payload) { - switch(payload.action) { - case 'logged_in': - break; - } - }); - },*/ - onLoggedIn: function() { this.setState({logged_in: true}); },