delete debugger (#15316)

This commit is contained in:
Devosend 2023-12-21 22:32:09 +08:00 committed by GitHub
parent f921457a55
commit b7ffa74537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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