From 0dfb317a380a65a283be7147ee0e1352beacafa4 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Wed, 2 Dec 2015 08:29:56 -0800 Subject: [PATCH] Remove console.log --- client/iFrameScripts.js | 1 - 1 file changed, 1 deletion(-) 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); });