Skip to content

Commit

Permalink
Remove debug console log (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
boutetnico authored Feb 19, 2021
1 parent 53c3a66 commit b8e5c44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,6 @@ export default {
},
getCurrentIndex(rowId) {
console.log(rowId);
let index = 0;
let found = false;
for (let i = 0; i < this.paginated.length; i += 1) {
Expand Down

0 comments on commit b8e5c44

Please sign in to comment.