diff --git a/components/UserProfile.ce.vue b/components/UserProfile.ce.vue index 4a2c98c85..438b72138 100644 --- a/components/UserProfile.ce.vue +++ b/components/UserProfile.ce.vue @@ -75,8 +75,6 @@ onBeforeMount(() => { */ callbackStore.watcher(); }); - -watch(description, (value) => console.debug('[watch:description]', value));