Skip to content

Commit c68d7fa

Browse files
Merge pull request #177 from vansh-chani/staging
console.log cleanup
2 parents d290920 + 0814964 commit c68d7fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/StoredPapers.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ function StoredPapers() {
8383
</div>
8484
<CarouselContent>
8585
{chunkedPapers.map((paperGroup, index) => {
86-
console.log(8 - paperGroup.length);
8786
return (
8887
<CarouselItem
8988
key={`carousel-item-${index}`}

0 commit comments

Comments
 (0)