Skip to content

Commit

Permalink
Removed: unwanted console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Jun 7, 2024
1 parent 3ad4452 commit f1b1205
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Order.vue
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ export default defineComponent({
if (result.role) {
// role will have the passed data
shipGroup.updatedAddress = result.role
console.log('shipGroup.updatedAddress', shipGroup.updatedAddress)
}
});
return modal.present();
Expand Down

0 comments on commit f1b1205

Please sign in to comment.