Skip to content
Snippets Groups Projects
Verified Commit 1aec9a87 authored by BARBIER Marc's avatar BARBIER Marc
Browse files

removed useless log

parent 4a801f71
Branches
No related tags found
No related merge requests found
......@@ -70,7 +70,6 @@ export default defineComponent({
copy = await Promise.resolve(this.dataCallback(this.from, this.to))
}
if(!copy) throw new Error('No data was provided to the table component')
console.log(copy)
copy.shift()
return copy
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment