Skip to content

Commit d5037ef

Browse files
committed
drop console log
1 parent 66256ac commit d5037ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/FlexibleSpecial.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export const OneCardLayout = ({
140140
}: OneCardLayoutProps) => {
141141
const card = cards[0];
142142
if (!card) return null;
143-
console.log(card);
143+
144144
const {
145145
headlineSizes,
146146
imagePositionOnDesktop,

0 commit comments

Comments
 (0)