From 10ec0797629ee8f8cf3204c7428a3246860cccad Mon Sep 17 00:00:00 2001 From: Niklas von Hertzen Date: Sun, 6 Aug 2017 15:43:53 +0800 Subject: [PATCH] Remove direct console call (breaks IE9 when console is not open) --- src/Clone.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Clone.js b/src/Clone.js index bff6924..bc9aa51 100644 --- a/src/Clone.js +++ b/src/Clone.js @@ -118,7 +118,6 @@ export const cloneWindow = ( if window url is about:blank, we can assign the url to current by writing onto the document */ cloneWindow.onload = cloneIframeContainer.onload = () => { - console.log('iframe load'); const interval = setInterval(() => { if (documentClone.body.childNodes.length > 0) { scrolledElements.forEach(initNode);