Skip to content

Commit

Permalink
Removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
5hubham5ingh committed Feb 19, 2025
1 parent db0750a commit 6a8cf27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ document.addEventListener("DOMContentLoaded", () => {
if (entries.some((entry) => entry.isIntersecting)) {
loadMoreImages();

console.count("adding more imges");
// Update observer to watch the new last element
updateObservedElement();
}
Expand Down

0 comments on commit 6a8cf27

Please sign in to comment.