Skip to content

Commit

Permalink
Reverted: unwanted console statement from the code (hotwax#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Nov 25, 2024
1 parent 7e556a9 commit ebf49f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Pipeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,6 @@ export default defineComponent({
async updateProductStoreConfig(JobDetailDismissRequired = false) {
if(JobDetailDismissRequired) {
this.jobsLoading = true;
console.log('if')
await this.store.dispatch('job/updateCurrentJob', { job: {} });
this.currentJobStatus = ""
this.freqType = ""
Expand Down

0 comments on commit ebf49f2

Please sign in to comment.