Skip to content

Commit 55a6a4f

Browse files
committed
remove redundant prints
1 parent 94d17bb commit 55a6a4f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web_src/js/components/RepoActionView.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,11 +346,9 @@ export default defineComponent({
346346
const isFirstLoad = !this.run.status;
347347
const job = await this.fetchJobData(abortController);
348348
if (this.loadingAbortController !== abortController) return;
349-
console.log(job)
350349
this.artifacts = job.artifacts || [];
351350
this.run = job.state.run;
352351
this.currentJob = job.state.currentJob;
353-
console.log(this.currentJob)
354352
// sync the currentJobStepsStates to store the job step states
355353
for (let i = 0; i < this.currentJob.steps.length; i++) {
356354
const expanded = isFirstLoad && this.optionAlwaysExpandRunning && this.currentJob.steps[i].status === 'running';

0 commit comments

Comments
 (0)