Skip to content

Commit

Permalink
[repo] Remove erroneous console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Dec 5, 2024
1 parent ec0dadc commit df44382
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ReleaseStateSummary/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ function futureRelease({ releaseData }: majorVersionData): JSX.Element {
const today = new Date();
const codeFreezeDate = new Date(releaseData.codeFreezeDate);

console.log(releaseData);
return (
<>
<Heading as="h2">Release status</Heading>
Expand Down

0 comments on commit df44382

Please sign in to comment.