strip out cruft

pull/1/head
David Baker 2015-06-12 13:49:23 +01:00
parent ffb0dc78b8
commit 5f970edac5
1 changed files with 0 additions and 10 deletions

View File

@ -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});
},