Skip to content

Commit

Permalink
chore: remove some comment
Browse files Browse the repository at this point in the history
  • Loading branch information
triandamai committed Dec 7, 2021
1 parent 648c9b7 commit e0068c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions src/components/form_transaksi_bank.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ export default {
})
.then(({success})=>{
this.overlay = false
if(success){
console.log("sukes")
}else {
console.log("gagal")
}
// if(success){
// console.log("sukes")
// }else {
// console.log("gagal")
// }
})
},
Expand Down
10 changes: 5 additions & 5 deletions src/components/form_transaksi_neraca.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ export default {
})
.then(({success})=>{
this.overlay = false
if(success){
console.log("sukes")
}else {
console.log("gagal")
}
// if(success){
//
// }else {
//
// }
})
},
Expand Down

0 comments on commit e0068c2

Please sign in to comment.