From 91fd461d260d4482aa9a440c8c54e3a0cb4f7d5c Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Wed, 24 May 2017 15:20:09 +0200 Subject: [PATCH] Remove console.log --- src/intersection.js | 1 - yarn.lock | 9 +-------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/src/intersection.js b/src/intersection.js index f8222748..13218d9a 100644 --- a/src/intersection.js +++ b/src/intersection.js @@ -63,7 +63,6 @@ export function unobserve(element) { function onChange(changes) { changes.forEach(intersection => { - console.log(intersection) if (INSTANCE_MAP.has(intersection.target)) { const { callback, visible, threshold } = INSTANCE_MAP.get( intersection.target, diff --git a/yarn.lock b/yarn.lock index 6545e140..b75ea159 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1193,20 +1193,13 @@ babel-runtime@6.11.6: core-js "^2.4.0" regenerator-runtime "^0.9.5" -babel-runtime@6.23.0: +babel-runtime@6.23.0, babel-runtime@6.x.x, babel-runtime@^6.0.0, babel-runtime@^6.11.6, babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.5.0, babel-runtime@^6.9.0, babel-runtime@^6.9.1, babel-runtime@^6.9.2: version "6.23.0" resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b" dependencies: core-js "^2.4.0" regenerator-runtime "^0.10.0" -babel-runtime@6.x.x, babel-runtime@^6.0.0, babel-runtime@^6.11.6, babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.5.0, babel-runtime@^6.9.0, babel-runtime@^6.9.1, babel-runtime@^6.9.2: - version "6.22.0" - resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.22.0.tgz#1cf8b4ac67c77a4ddb0db2ae1f74de52ac4ca611" - dependencies: - core-js "^2.4.0" - regenerator-runtime "^0.10.0" - babel-template@^6.16.0, babel-template@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.24.1.tgz#04ae514f1f93b3a2537f2a0f60a5a45fb8308333"