Remove commented code

pull/3103/head
Luke Barnard 2017-02-02 14:00:21 +00:00
parent 20a7e3adf9
commit 6a9e5deb7b
1 changed files with 0 additions and 3 deletions

View File

@ -30,9 +30,6 @@ module.exports = React.createClass({
},
render: function() {
// const SimpleRoomHeader = sdk.getComponent('rooms.SimpleRoomHeader');
// <SimpleRoomHeader title="Welcome to Riot" collapsedRhs={ this.props.collapsedRhs }/>
return (
<div className="mx_HomePage">
<iframe src={`${this.props.teamServerUrl}/static/${this.props.teamToken}/welcome.html`} style={{width: '100%', border: 'none'}}/>