Remove logging.

pull/21833/head
Richard Lewis 2017-12-07 09:57:53 +00:00
parent ed675fe791
commit df438924a7
1 changed files with 0 additions and 1 deletions

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);