This is an automated email from the ASF dual-hosted git repository.
wenjun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new b7ffa74537 delete debugger (#15316)
b7ffa74537 is described below
commit b7ffa7453768f0730ecca25fbd04478e0cc509ed
Author: Devosend <[email protected]>
AuthorDate: Thu Dec 21 22:32:09 2023 +0800
delete debugger (#15316)
---
dolphinscheduler-ui/src/views/projects/task/components/node/use-task.ts | 1 -
1 file changed, 1 deletion(-)
diff --git
a/dolphinscheduler-ui/src/views/projects/task/components/node/use-task.ts
b/dolphinscheduler-ui/src/views/projects/task/components/node/use-task.ts
index 49232df5f9..04290d96ca 100644
--- a/dolphinscheduler-ui/src/views/projects/task/components/node/use-task.ts
+++ b/dolphinscheduler-ui/src/views/projects/task/components/node/use-task.ts
@@ -57,7 +57,6 @@ export function useTask({
}
const {model, json} = nodes[data.taskType || 'SHELL'](params)
- debugger
jsonRef.value = json
model.preTasks = taskStore.getPreTasks
model.name = taskStore.getName