diff --git a/resources/assets/vue/components/general/Form/SelectableComponent.vue b/resources/assets/vue/components/general/Form/SelectableComponent.vue index 51747d2..204a9d8 100644 --- a/resources/assets/vue/components/general/Form/SelectableComponent.vue +++ b/resources/assets/vue/components/general/Form/SelectableComponent.vue @@ -26,7 +26,6 @@ } }, created(){ - console.log(this) if(!this.$store.getters.isInQueue(this.section)){ this.$store.dispatch('updateListQueue', {name: this.section}); this.$store.dispatch('crudRequest', {endpoint: this.endpoint, method: 'get'}).then(response => {