Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
danbastin committed Dec 1, 2024
1 parent 9ff785e commit 92e282b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const LeaderBaseCard: React.FC<LeaderBaseCardProps> = ({
title,
card
}) => {
console.log("LeaderBaseCard.tsx: card: ", card);
const cardBorderColor = (card: CardData) => {
if (!card) return "";
if (card.selected) return "yellow";
Expand Down

0 comments on commit 92e282b

Please sign in to comment.