Skip to content

Commit 91fd461

Browse files
author
Daniel Schmidt
committed
Remove console.log
1 parent 8181079 commit 91fd461

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

src/intersection.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ export function unobserve(element) {
6363

6464
function onChange(changes) {
6565
changes.forEach(intersection => {
66-
console.log(intersection)
6766
if (INSTANCE_MAP.has(intersection.target)) {
6867
const { callback, visible, threshold } = INSTANCE_MAP.get(
6968
intersection.target,

yarn.lock

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,20 +1193,13 @@ [email protected]:
11931193
core-js "^2.4.0"
11941194
regenerator-runtime "^0.9.5"
11951195

1196-
1196+
[email protected], [email protected], 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:
11971197
version "6.23.0"
11981198
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b"
11991199
dependencies:
12001200
core-js "^2.4.0"
12011201
regenerator-runtime "^0.10.0"
12021202

1203-
[email protected], 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:
1204-
version "6.22.0"
1205-
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.22.0.tgz#1cf8b4ac67c77a4ddb0db2ae1f74de52ac4ca611"
1206-
dependencies:
1207-
core-js "^2.4.0"
1208-
regenerator-runtime "^0.10.0"
1209-
12101203
babel-template@^6.16.0, babel-template@^6.24.1:
12111204
version "6.24.1"
12121205
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.24.1.tgz#04ae514f1f93b3a2537f2a0f60a5a45fb8308333"

0 commit comments

Comments
 (0)