Skip to content

Commit df44382

Browse files
committed
[repo] Remove erroneous console.log
1 parent ec0dadc commit df44382

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/ReleaseStateSummary/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ function futureRelease({ releaseData }: majorVersionData): JSX.Element {
9393
const today = new Date();
9494
const codeFreezeDate = new Date(releaseData.codeFreezeDate);
9595

96-
console.log(releaseData);
9796
return (
9897
<>
9998
<Heading as="h2">Release status</Heading>

0 commit comments

Comments
 (0)