Skip to content

Commit be9499e

Browse files
committed
clean-up code
1 parent 6d38c11 commit be9499e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/mainviews/create-job.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -341,10 +341,6 @@ export function CreateJob(props: ICreateJobProps): JSX.Element {
341341
};
342342
}
343343

344-
console.log('\n\n***\nHELLO WORLD!!!');
345-
console.log(jobOptions);
346-
console.log(props.model);
347-
348344
props.handleModelChange({
349345
...props.model,
350346
createError: undefined,

0 commit comments

Comments
 (0)