chore(dialog): delete console log

pull/7094/head
Jakub Michálek 2025-01-14 16:31:52 +01:00
parent 7f3fb4a6c1
commit 643d43dd8b
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ export default {
},
methods: {
close() {
console.log('close');
this.$emit('update:visible', false);
},
onEnter() {