forked from verdnatura/salix-front
rrefs #5673 remove console.logs
This commit is contained in:
parent
0cdd090daf
commit
edead9b7be
|
@ -174,7 +174,6 @@ async function insert() {
|
|||
// }
|
||||
|
||||
async function remove(data) {
|
||||
console.log(data);
|
||||
if (!data.length)
|
||||
return quasar.notify({
|
||||
type: 'warning',
|
||||
|
|
|
@ -8,7 +8,6 @@ import VnSearchbar from 'src/components/ui/VnSearchbar.vue';
|
|||
|
||||
const stateStore = useStateStore();
|
||||
const route = useRoute();
|
||||
console.log(route);
|
||||
const { t } = useI18n();
|
||||
</script>
|
||||
<template>
|
||||
|
|
Loading…
Reference in New Issue