Skip to content

Commit 3d9dc0d

Browse files
committed
Remove console log
1 parent 838e458 commit 3d9dc0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dotcom-rendering/src/components/FootballMiniMatchStats.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export const FootballMiniMatchStats = ({
4949
awayTeam,
5050
stats,
5151
}: Props) => {
52-
console.log(homeTeam, awayTeam, stats);
5352
return (
5453
<div css={containerCss}>
5554
{stats.map((stat) => (

0 commit comments

Comments
 (0)