From 63be1b09615adab00aa6893c3a47d909704334ad Mon Sep 17 00:00:00 2001
From: MoyuScript <i@moyu.moe>
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);