Remove redundant thing

pull/3385/head
Luke Barnard 2017-03-09 10:03:23 +00:00
parent eddf33a689
commit cbc31a6c41
1 changed files with 0 additions and 6 deletions

View File

@ -254,12 +254,6 @@ async function loadApp() {
UpdateChecker.start();
var MatrixChat = sdk.getComponent('structures.MatrixChat');
// Clone the current location before MatrixChat gets a chance to change it. This
// can be used to go to the correct screen after login
const entryLocation = {};
Object.keys(window.location).forEach((k) => {entryLocation[k] = window.location[k]});
window.matrixChat = ReactDOM.render(
<MatrixChat
onNewScreen={onNewScreen}