feat: [CDE-348]: Stop showing failure notification for logs (#2747)

* feat: [CDE-348]: Stop showing failure notification for logs
pull/3566/head
Deepesh Kumar 2024-09-26 13:09:56 +00:00 committed by Harness
parent 4da5778f21
commit 8ad93b78c8
1 changed files with 0 additions and 6 deletions

View File

@ -87,12 +87,6 @@ const GitspaceDetails = () => {
loading: logsLoading
} = useGitspacesLogs({ gitspaceId })
useEffect(() => {
if (streamLogsError?.message) {
showError(streamLogsError.message)
}
}, [streamLogsError?.message])
const { mutate: actionMutate, loading: mutateLoading } = useGitspaceActions({ gitspaceId })
const { mutate: deleteGitspace, loading: deleteLoading } = useDeleteGitspaces({ gitspaceId })