Merge pull request #1655 from matrix-org/rxl881/cmc

Remove logging.
This commit is contained in:
Richard Lewis 2017-12-07 15:56:10 +00:00 committed by GitHub
commit b20667a5a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,6 @@ module.exports = React.createClass({
});
app.waitForIframeLoad = (app.data.waitForIframeLoad === 'false' ? false : true);
console.log("wait for iframe load:", app.waitForIframeLoad, app.id);
}
app.url = this.encodeUri(app.url, params);