Skip to content

Commit f535d0a

Browse files
committed
removed console.log from fe
1 parent d290920 commit f535d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/StoredPapers.tsx

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

0 commit comments

Comments
 (0)