diff --git a/client/iFrameScripts.js b/client/iFrameScripts.js index 21647794ea..e3ec1290a0 100644 --- a/client/iFrameScripts.js +++ b/client/iFrameScripts.js @@ -71,6 +71,5 @@ window.$(document).ready(function() { // we set the subject to true // this will let the updatePreview // script now that we are ready. - console.log('second'); common.previewReady$.onNext(true); });