diff --git a/src/views/pam/Integration/ApplicationCreateUpdate.vue b/src/views/pam/Integration/ApplicationCreateUpdate.vue index 238fe3c9e..f341ba016 100644 --- a/src/views/pam/Integration/ApplicationCreateUpdate.vue +++ b/src/views/pam/Integration/ApplicationCreateUpdate.vue @@ -59,8 +59,6 @@ export default { }, on: { fileChange: ([value], updateForm) => { - console.log('fileChange', value) - console.log('updateForm', updateForm) this.logo_file = value } }