Skip to content

Commit

Permalink
refactor(app): remove console log on release notes component (#13951)
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin authored Nov 9, 2023
1 parent 7479e85 commit 05673a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/molecules/ReleaseNotes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const DEFAULT_RELEASE_NOTES = 'We recommend upgrading to the latest version.'
export function ReleaseNotes(props: ReleaseNotesProps): JSX.Element {
const { source } = props

console.log(DEFAULT_RELEASE_NOTES)
return (
<div className={styles.release_notes}>
{source != null ? (
Expand Down

0 comments on commit 05673a0

Please sign in to comment.