Skip to content

Commit

Permalink
remove console debugs
Browse files Browse the repository at this point in the history
  • Loading branch information
shiryel committed Jul 12, 2020
1 parent e18ceaa commit 1b02241
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saos",
"version": "1.0.3",
"version": "1.0.4",
"description": "Svelte Animation on Scroll",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 0 additions & 2 deletions src/Saos.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,8 @@
const box = document.getElementById(countainer);
if (IntersectionObserver) {
console.debug("using intersection observer")
return intersection_verify(box);
} else {
console.debug("using bounding")
return bounding_verify(box);
}
});
Expand Down

0 comments on commit 1b02241

Please sign in to comment.