Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ekraffmiller committed Jul 18, 2024
1 parent 12467af commit 4075949
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sections/dataset/useUpdateDatasetAlerts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function useUpdateDatasetAlerts({
}, [metadataUpdated, alertsInitialized.current])

useDeepCompareEffect(() => {
console.log('alerts initialized: ', alertsInitialized.current)
if (publishInProgress && alertsInitialized.current) {
// If publishing, just show the publish in progress alert
setAlerts([{ messageKey: AlertMessageKey.PUBLISH_IN_PROGRESS, variant: 'info' }])
Expand Down

0 comments on commit 4075949

Please sign in to comment.