Skip to content

Commit b9040e7

Browse files
committed
[Feat][UI] Remove console.
1 parent 0ad6e1b commit b9040e7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dolphinscheduler-ui/src/layouts/content/use-dataList.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ export function useDataList() {
8888
})
8989

9090
const changeMenuOption = (state: any) => {
91-
console.log('state', state);
9291
const projectCode = route.params.projectCode || ''
9392
state.menuOptions = [
9493
{

dolphinscheduler-ui/src/views/projects/task/instance/batch-task.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ const BatchTaskInstance = defineComponent({
8686
limit: variables.limit,
8787
skipLineNum: variables.skipLineNum
8888
}).then((res: any) => {
89-
console.log('hi', res.message);
9089
variables.logRef += res.message || ''
9190
if (res && res.message !== '') {
9291
variables.limit += 1000

0 commit comments

Comments
 (0)