Skip to content

Commit 0814964

Browse files
committed
console.log clean up
1 parent f535d0a commit 0814964

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)