Skip to content

Commit

Permalink
Remove console log for workflow status check clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonBY committed Sep 24, 2024
1 parent 3e176f6 commit d55e51e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/workspace/WorkflowUse.vue
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ const checkWorkflowRunningStatus = async () => {
checkingStatus.value = true
const statusResponse = await workflowAPI('check_status', { rid: runRecordId.value })
if (statusResponse.status == 200) {
console.log(statusResponse.data)
message.success(t('workspace.workflowSpace.run_workflow_success'))
clearInterval(checkStatusTimer.value)
running.value = false
Expand Down

0 comments on commit d55e51e

Please sign in to comment.