Skip to content

Commit 34c38ef

Browse files
authored
remove log
1 parent 3b6e804 commit 34c38ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/grant-explorer/src/features/collections/CollectionCard.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ const CollectionCard = ({ collection, size }: CollectionCardProps) => {
1818
desc = description.slice(0, sliceLength) + "...";
1919
}
2020

21-
console.log("size", size, sliceLength);
22-
2321
return (
2422
<BasicCard className="w-full h-[246px]">
2523
<a

0 commit comments

Comments
 (0)