diff --git a/admin/src/App.vue b/admin/src/App.vue index 29d0da3eb..2094e06b1 100644 --- a/admin/src/App.vue +++ b/admin/src/App.vue @@ -11,9 +11,6 @@ import defaultLayout from '@/layouts/defaultLayout' export default { name: 'app', components: { defaultLayout }, - mounted() { - console.log('Test mounted log') - }, }