Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyGrin committed Sep 11, 2024
1 parent 42f515f commit a8fa71e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/organisms/GameBoard/Auras/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const DragWrapper = ({
card: GameCard;
}) => {
const [preview, setPreview] = useState(false);
console.log({ card }, `${CARD_CDN}${card.img}.webp`);
return (
<div style={{ width: "100%", height: "100%" }}>
<DragItem
Expand Down

0 comments on commit a8fa71e

Please sign in to comment.