0
0
Fork 0

refs #5986 console log removed

This commit is contained in:
Jorge Penadés 2023-08-09 12:20:04 +02:00
parent 32ca81ebad
commit 3817328661
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ function stateColor(code) {
} }
const data = ref(useCardDescription()); const data = ref(useCardDescription());
const setData = (entity) => { const setData = (entity) => {
console.log(entity);
data.value = useCardDescription(entity.client.name, entity.id); data.value = useCardDescription(entity.client.name, entity.id);
}; };
</script> </script>