Skip to content

Commit

Permalink
delete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzm0809 committed Jan 18, 2024
1 parent c1285d1 commit 5b88926
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ const JobConfig = (props: any) => {
//todo 这里需要验证
// showTables(currentSession.session, dispatch);
};
console.log(selectRunMode,'selectRunMode')
return (
<div style={{ maxHeight: rightContainer.height, marginTop: 10 }}>
{current?.step === JOB_LIFE_CYCLE.PUBLISH && (
Expand Down

0 comments on commit 5b88926

Please sign in to comment.