Skip to content

Commit

Permalink
remove consol.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed May 23, 2024
1 parent 3fe06cb commit df54bb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion protocol-designer/src/components/FilePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ export const FilePage = (): JSX.Element => {
'author',
'description',
])
console.log('!isDirty || !isManualDirty', !isDirty || !isManualDirty)
return (
<div className={styles.file_page}>
<Card title={t('application:information')}>
Expand Down

0 comments on commit df54bb0

Please sign in to comment.